@Metadata(label="dataformat,transformation",
title="Custom")
public class CustomDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
CustomDataFormat() |
CustomDataFormat(String ref) |
| Modifier and Type | Method and Description |
|---|---|
protected DataFormat |
createDataFormat(RouteContext routeContext)
Factory method to create the data format instance
|
String |
getRef()
Reference to the custom
DataFormat to lookup from the Camel registry. |
void |
setRef(String ref)
Reference to the custom
DataFormat to lookup from the Camel registry. |
String |
toString() |
configureDataFormat, configureDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setDataFormat, setDataFormatName, setOtherAttributes, setProperty, setPropertygetId, setIdpublic CustomDataFormat()
public CustomDataFormat(String ref)
protected DataFormat createDataFormat(RouteContext routeContext)
DataFormatDefinitioncreateDataFormat in class DataFormatDefinitionpublic String getRef()
DataFormat to lookup from the Camel registry.public void setRef(String ref)
DataFormat to lookup from the Camel registry.Apache Camel