Uses of Interface
org.apache.camel.dataformat.bindy.Format
-
-
Uses of Format in org.apache.camel.dataformat.bindy
Subinterfaces of Format in org.apache.camel.dataformat.bindy Modifier and Type Interface Description interfacePatternFormat<T>The 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 Format Modifier and Type Method Description Format<?>FormatFactory. getFormat(FormattingOptions formattingOptions)Retrieves the format to use for the given type*Methods in org.apache.camel.dataformat.bindy with parameters of type Format Modifier and Type Method Description StringBindyAbstractFactory. 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.annotation
Methods in org.apache.camel.dataformat.bindy.annotation that return types with arguments of type Format Modifier and Type Method Description Class<? extends Format<?>>value() -
Uses of Format in org.apache.camel.dataformat.bindy.format
Classes in org.apache.camel.dataformat.bindy.format that implement Format Modifier and Type Class Description classAbstractNumberFormat<T extends Number>classNumberPatternFormat<T> -
Uses of Format in org.apache.camel.dataformat.bindy.format.factories
Methods in org.apache.camel.dataformat.bindy.format.factories that return Format Modifier and Type Method Description Format<?>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)
-