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, wait
build
public Collection<Class<?>> supportedClasses()
FormatFactoryInterface
Format
.supportedClasses
in interface FormatFactoryInterface
public boolean canBuild(FormattingOptions formattingOptions)
FormatFactoryInterface
canBuild
in interface FormatFactoryInterface
Apache Camel