public abstract class AbstractFormatFactory extends Object implements FormatFactoryInterface
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<?>> |
supportedClasses |
| Constructor and Description |
|---|
AbstractFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBuild(FormattingOptions formattingOptions)
Can it build a
Format. |
Collection<Class<?>> |
supportedClasses()
Returns the list of supported classes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic Collection<Class<?>> supportedClasses()
FormatFactoryInterfaceFormat.supportedClasses in interface FormatFactoryInterfacepublic boolean canBuild(FormattingOptions formattingOptions)
FormatFactoryInterfacecanBuild in interface FormatFactoryInterfaceApache Camel