Uses of Class
org.jooq.impl.CallbackFormattingProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CallbackFormattingProvider in org.jooq
Modifier and TypeMethodDescriptionstatic @NotNull CallbackFormattingProvider
FormattingProvider.onChartFormat
(Supplier<? extends ChartFormat> newOnChartFormat) Create anFormattingProvider
with aFormattingProvider.chartFormat()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onCsvFormat
(Supplier<? extends CSVFormat> newOnCsvFormat) Create anFormattingProvider
with aFormattingProvider.csvFormat()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onJsonFormatForRecords
(Supplier<? extends JSONFormat> newOnJsonFormatForRecords) Create anFormattingProvider
with aFormattingProvider.jsonFormatForRecords()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onJsonFormatForResults
(Supplier<? extends JSONFormat> newOnJsonFormatForResults) Create anFormattingProvider
with aFormattingProvider.jsonFormatForResults()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onTxtFormat
(Supplier<? extends TXTFormat> newOnTxtFormat) Create anFormattingProvider
with aFormattingProvider.txtFormat()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onWidth
(ToIntFunction<? super String> newOnWidth) Create anFormattingProvider
with aFormattingProvider.width(String)
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onXmlFormatForRecords
(Supplier<? extends XMLFormat> newOnXmlFormatForRecords) Create anFormattingProvider
with aFormattingProvider.xmlFormatForRecords()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onXmlFormatForResults
(Supplier<? extends XMLFormat> newOnXmlFormatForResults) Create anFormattingProvider
with aFormattingProvider.xmlFormatForResults()
implementation. -
Uses of CallbackFormattingProvider in org.jooq.impl
Modifier and TypeMethodDescriptionfinal @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onChartFormat
(Supplier<? extends ChartFormat> newOnChartFormat) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onCsvFormat
(Supplier<? extends CSVFormat> newOnCsvFormat) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onJsonFormatForRecords
(Supplier<? extends JSONFormat> newOnJsonFormatForRecords) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onJsonFormatForResults
(Supplier<? extends JSONFormat> newOnJsonFormatForResults) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onTxtFormat
(Supplier<? extends TXTFormat> newOnTxtFormat) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onWidth
(ToIntFunction<? super String> newOnWidth) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onXmlFormatForRecords
(Supplier<? extends XMLFormat> newOnXmlFormatForRecords) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onXmlFormatForResults
(Supplier<? extends XMLFormat> newOnXmlFormatForResults)