public static interface DataFormatEndpointBuilderFactory.DataFormatBuilders
| Modifier and Type | Method and Description |
|---|---|
default DataFormatEndpointBuilderFactory.DataFormatEndpointBuilder |
dataformat(String path)
Data Format (camel-dataformat)
The dataformat component is used for working with Data Formats as if
it was a regular Component supporting Endpoints and URIs.
|
default DataFormatEndpointBuilderFactory.DataFormatEndpointBuilder dataformat(String path)
dataformat:name:operation
Path parameter: name (required)
Name of data format
Path parameter: operation (required)
Operation to use either marshal or unmarshal
The value can be one of: marshal, unmarshalApache Camel