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