public interface FactoryRegistry
Modifier and Type | Method and Description |
---|---|
FormatFactoryInterface |
findForFormattingOptions(FormattingOptions formattingOptions) |
FactoryRegistry |
register(FormatFactoryInterface... formatFactory) |
FactoryRegistry |
unregister(Class<? extends FormatFactoryInterface> clazz) |
FactoryRegistry register(FormatFactoryInterface... formatFactory)
FactoryRegistry unregister(Class<? extends FormatFactoryInterface> clazz)
FormatFactoryInterface findForFormattingOptions(FormattingOptions formattingOptions)
Apache Camel