Uses of Interface
org.apache.camel.dataformat.bindy.format.factories.FormatFactoryInterface
-
Packages that use FormatFactoryInterface Package Description org.apache.camel.dataformat.bindy.annotation org.apache.camel.dataformat.bindy.format.factories -
-
Uses of FormatFactoryInterface in org.apache.camel.dataformat.bindy.annotation
Methods in org.apache.camel.dataformat.bindy.annotation that return types with arguments of type FormatFactoryInterface Modifier and Type Method Description Class<? extends FormatFactoryInterface>[]
value()
-
Uses of FormatFactoryInterface in org.apache.camel.dataformat.bindy.format.factories
Classes in org.apache.camel.dataformat.bindy.format.factories that implement FormatFactoryInterface Modifier and Type Class 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
class
ZonedDateTimeFormatFactory
Methods in org.apache.camel.dataformat.bindy.format.factories that return FormatFactoryInterface Modifier and Type Method Description FormatFactoryInterface
DefaultFactoryRegistry. findForFormattingOptions(FormattingOptions formattingOptions)
FormatFactoryInterface
FactoryRegistry. findForFormattingOptions(FormattingOptions formattingOptions)
Methods in org.apache.camel.dataformat.bindy.format.factories with parameters of type FormatFactoryInterface Modifier and Type Method Description FactoryRegistry
DefaultFactoryRegistry. register(FormatFactoryInterface... formatFactories)
Registers aFormatFactoryInterface
.FactoryRegistry
FactoryRegistry. register(FormatFactoryInterface... formatFactory)
Method parameters in org.apache.camel.dataformat.bindy.format.factories with type arguments of type FormatFactoryInterface Modifier and Type Method Description FactoryRegistry
DefaultFactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)
FactoryRegistry
FactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)
-