Package | Description |
---|---|
org.apache.camel.dataformat.bindy.format.factories |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormatFactory |
class |
BigDecimalFormatFactory |
class |
BigDecimalPatternFormatFactory |
class |
BigIntegerFormatFactory |
class |
BooleanFormatFactory |
class |
ByteFormatFactory |
class |
BytePatternFormatFactory |
class |
CharacterFormatFactory |
class |
DateFormatFactory |
class |
DoubleFormatFactory |
class |
DoublePatternFormatFactory |
class |
EnumFormatFactory |
class |
FloatFormatFactory |
class |
FloatPatternFormatFactory |
class |
IntegerFormatFactory |
class |
IntegerPatternFormatFactory |
class |
LocalDateFormatFactory |
class |
LocalDateTimeFormatFactory |
class |
LocalTimeFormatFactory |
class |
LongFormatFactory |
class |
LongPatternFormatFactory |
class |
ShortFormatFactory |
class |
ShortPatternFormatFactory |
class |
StringFormatFactory |
Modifier and Type | Method and Description |
---|---|
FormatFactoryInterface |
FactoryRegistry.findForFormattingOptions(FormattingOptions formattingOptions) |
FormatFactoryInterface |
DefaultFactoryRegistry.findForFormattingOptions(FormattingOptions formattingOptions) |
Modifier and Type | Method and Description |
---|---|
FactoryRegistry |
FactoryRegistry.register(FormatFactoryInterface... formatFactory) |
FactoryRegistry |
DefaultFactoryRegistry.register(FormatFactoryInterface... formatFactories)
Registers a
FormatFactoryInterface . |
Modifier and Type | Method and Description |
---|---|
FactoryRegistry |
FactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz) |
FactoryRegistry |
DefaultFactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz) |
Apache Camel