Uses of Interface
org.apache.camel.dataformat.bindy.Format
Packages that use Format
Package
Description
-
Uses of Format in org.apache.camel.dataformat.bindy
Subinterfaces of Format in org.apache.camel.dataformat.bindyModifier and TypeInterfaceDescriptioninterfaceThe PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...)Methods in org.apache.camel.dataformat.bindy that return FormatModifier and TypeMethodDescriptionFormat<?> FormatFactory.getFormat(FormattingOptions formattingOptions) Retrieves the format to use for the given type*Methods in org.apache.camel.dataformat.bindy with parameters of type FormatModifier and TypeMethodDescriptionBindyAbstractFactory.formatString(Format<?> format, Object value) Format the object into a string according to the format rule defined -
Uses of Format in org.apache.camel.dataformat.bindy.format
Classes in org.apache.camel.dataformat.bindy.format that implement Format -
Uses of Format in org.apache.camel.dataformat.bindy.format.factories
Methods in org.apache.camel.dataformat.bindy.format.factories that return FormatModifier and TypeMethodDescriptionFormat<?> BigDecimalFormatFactory.build(FormattingOptions formattingOptions) Format<?> BigDecimalPatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> BigIntegerFormatFactory.build(FormattingOptions formattingOptions) Format<?> BooleanFormatFactory.build(FormattingOptions formattingOptions) Format<?> ByteFormatFactory.build(FormattingOptions formattingOptions) Format<?> BytePatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> CharacterFormatFactory.build(FormattingOptions formattingOptions) Format<?> DateFormatFactory.build(FormattingOptions formattingOptions) Format<?> DoubleFormatFactory.build(FormattingOptions formattingOptions) Format<?> DoublePatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> EnumFormatFactory.build(FormattingOptions formattingOptions) Format<?> FloatFormatFactory.build(FormattingOptions formattingOptions) Format<?> FloatPatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> FormatFactoryInterface.build(FormattingOptions formattingOptions) Builds theFormat.Format<?> IntegerFormatFactory.build(FormattingOptions formattingOptions) Format<?> IntegerPatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> LocalDateFormatFactory.build(FormattingOptions formattingOptions) Format<?> LocalDateTimeFormatFactory.build(FormattingOptions formattingOptions) Format<?> LocalTimeFormatFactory.build(FormattingOptions formattingOptions) Format<?> LongFormatFactory.build(FormattingOptions formattingOptions) Format<?> LongPatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> ShortFormatFactory.build(FormattingOptions formattingOptions) Format<?> ShortPatternFormatFactory.build(FormattingOptions formattingOptions) Format<?> StringFormatFactory.build(FormattingOptions formattingOptions) Format<?> ZonedDateTimeFormatFactory.build(FormattingOptions formattingOptions)