Package | Description |
---|---|
org.apache.camel.dataformat.bindy | |
org.apache.camel.dataformat.bindy.format.factories |
Modifier and Type | Method and Description |
---|---|
FactoryRegistry |
FormatFactory.getFactoryRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
FormatFactory.setFactoryRegistry(FactoryRegistry factoryRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFactoryRegistry
This class manages all FormatFactoryInterfaces.
|
Modifier and Type | Method and Description |
---|---|
FactoryRegistry |
DefaultFactoryRegistry.register(FormatFactoryInterface... formatFactories)
Registers a
FormatFactoryInterface . |
FactoryRegistry |
FactoryRegistry.register(FormatFactoryInterface... formatFactory) |
FactoryRegistry |
DefaultFactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz) |
FactoryRegistry |
FactoryRegistry.unregister(Class<? extends FormatFactoryInterface> clazz) |
Apache Camel