public class ByteFormatFactory extends AbstractFormatFactory
supportedClasses| Constructor and Description |
|---|
ByteFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
Format<?> |
build(FormattingOptions formattingOptions)
Builds the
Format. |
boolean |
canBuild(FormattingOptions formattingOptions)
Can it build a
Format. |
supportedClassespublic boolean canBuild(FormattingOptions formattingOptions)
FormatFactoryInterfacecanBuild in interface FormatFactoryInterfacecanBuild in class AbstractFormatFactorypublic Format<?> build(FormattingOptions formattingOptions)
FormatFactoryInterfaceFormat.Apache Camel