java.lang.Object
org.jooq.impl.DefaultFormattingProvider
- All Implemented Interfaces:
- FormattingProvider
A default implementation for the 
FormattingProvider.- Author:
- Lukas Eder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionTheChartFormatto use when callingFormattable.formatChart()and related methods, defaulting toChartFormat.DEFAULT.TheCSVFormatto use when callingFormattable.formatCSV()and related methods, defaulting toCSVFormat.DEFAULT.TheJSONFormatto use when callingFormattable.formatJSON()and related methods on records, defaulting toJSONFormat.DEFAULT_FOR_RECORDS.TheJSONFormatto use when callingFormattable.formatJSON()and related methods on results, defaulting toJSONFormat.DEFAULT_FOR_RESULTS.TheTXTFormatto use when callingFormattable.format()and related methods, defaulting toTXTFormat.DEFAULT.intThe formatting display width in a monospaced font, which may diverge fromString.length()e.g.TheXMLFormatto use when callingFormattable.formatXML()and related methods on records, defaulting toXMLFormat.DEFAULT_FOR_RECORDS.TheXMLFormatto use when callingFormattable.formatXML()and related methods on results, defaulting toXMLFormat.DEFAULT_FOR_RESULTS.
- 
Constructor Details- 
DefaultFormattingProviderpublic DefaultFormattingProvider()
 
- 
- 
Method Details- 
txtFormatDescription copied from interface:FormattingProviderTheTXTFormatto use when callingFormattable.format()and related methods, defaulting toTXTFormat.DEFAULT.- Specified by:
- txtFormatin interface- FormattingProvider
 
- 
csvFormatDescription copied from interface:FormattingProviderTheCSVFormatto use when callingFormattable.formatCSV()and related methods, defaulting toCSVFormat.DEFAULT.- Specified by:
- csvFormatin interface- FormattingProvider
 
- 
jsonFormatForResultsDescription copied from interface:FormattingProviderTheJSONFormatto use when callingFormattable.formatJSON()and related methods on results, defaulting toJSONFormat.DEFAULT_FOR_RESULTS.- Specified by:
- jsonFormatForResultsin interface- FormattingProvider
 
- 
jsonFormatForRecordsDescription copied from interface:FormattingProviderTheJSONFormatto use when callingFormattable.formatJSON()and related methods on records, defaulting toJSONFormat.DEFAULT_FOR_RECORDS.- Specified by:
- jsonFormatForRecordsin interface- FormattingProvider
 
- 
xmlFormatForResultsDescription copied from interface:FormattingProviderTheXMLFormatto use when callingFormattable.formatXML()and related methods on results, defaulting toXMLFormat.DEFAULT_FOR_RESULTS.- Specified by:
- xmlFormatForResultsin interface- FormattingProvider
 
- 
xmlFormatForRecordsDescription copied from interface:FormattingProviderTheXMLFormatto use when callingFormattable.formatXML()and related methods on records, defaulting toXMLFormat.DEFAULT_FOR_RECORDS.- Specified by:
- xmlFormatForRecordsin interface- FormattingProvider
 
- 
chartFormatDescription copied from interface:FormattingProviderTheChartFormatto use when callingFormattable.formatChart()and related methods, defaulting toChartFormat.DEFAULT.- Specified by:
- chartFormatin interface- FormattingProvider
 
- 
widthDescription copied from interface:FormattingProviderThe formatting display width in a monospaced font, which may diverge fromString.length()e.g. if the string contains aCharacter.isIdeographic(int)character.- Specified by:
- widthin interface- FormattingProvider
 
 
-