Uses of Interface
org.apache.camel.dataformat.bindy.format.factories.FactoryRegistry
Packages that use FactoryRegistry
Package
Description
-
Uses of FactoryRegistry in org.apache.camel.dataformat.bindy
Methods in org.apache.camel.dataformat.bindy that return FactoryRegistryMethods in org.apache.camel.dataformat.bindy with parameters of type FactoryRegistryModifier and TypeMethodDescriptionvoidFormatFactory.setFactoryRegistry(FactoryRegistry factoryRegistry) -
Uses of FactoryRegistry in org.apache.camel.dataformat.bindy.format.factories
Classes in org.apache.camel.dataformat.bindy.format.factories that implement FactoryRegistryModifier and TypeClassDescriptionfinal classThis class manages all FormatFactoryInterfaces.Methods in org.apache.camel.dataformat.bindy.format.factories that return FactoryRegistryModifier and TypeMethodDescriptionDefaultFactoryRegistry.register(FormatFactoryInterface... formatFactories) Registers aFormatFactoryInterface.FactoryRegistry.register(FormatFactoryInterface... formatFactory) DefaultFactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz) FactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz)