@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DataFormatEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataFormatEndpointBuilderFactory.AdvancedDataFormatEndpointBuilder
Advanced builder for endpoint for the Data Format component.
|
static interface |
DataFormatEndpointBuilderFactory.DataFormatBuilders |
static interface |
DataFormatEndpointBuilderFactory.DataFormatEndpointBuilder
Builder for endpoint for the Data Format component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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