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 classAbstractFormatFactoryclassBigDecimalFormatFactoryclassBigDecimalPatternFormatFactoryclassBigIntegerFormatFactoryclassBooleanFormatFactoryclassByteFormatFactoryclassBytePatternFormatFactoryclassCharacterFormatFactoryclassDateFormatFactoryclassDoubleFormatFactoryclassDoublePatternFormatFactoryclassEnumFormatFactoryclassFloatFormatFactoryclassFloatPatternFormatFactoryclassIntegerFormatFactoryclassIntegerPatternFormatFactoryclassLocalDateFormatFactoryclassLocalDateTimeFormatFactoryclassLocalTimeFormatFactoryclassLongFormatFactoryclassLongPatternFormatFactoryclassShortFormatFactoryclassShortPatternFormatFactoryclassStringFormatFactoryclassZonedDateTimeFormatFactoryMethods in org.apache.camel.dataformat.bindy.format.factories that return FormatFactoryInterface Modifier and Type Method Description FormatFactoryInterfaceDefaultFactoryRegistry. findForFormattingOptions(FormattingOptions formattingOptions)FormatFactoryInterfaceFactoryRegistry. findForFormattingOptions(FormattingOptions formattingOptions)Methods in org.apache.camel.dataformat.bindy.format.factories with parameters of type FormatFactoryInterface Modifier and Type Method Description FactoryRegistryDefaultFactoryRegistry. register(FormatFactoryInterface... formatFactories)Registers aFormatFactoryInterface.FactoryRegistryFactoryRegistry. register(FormatFactoryInterface... formatFactory)Method parameters in org.apache.camel.dataformat.bindy.format.factories with type arguments of type FormatFactoryInterface Modifier and Type Method Description FactoryRegistryDefaultFactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)FactoryRegistryFactoryRegistry. unregister(Class<? extends FormatFactoryInterface> clazz)
-