@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DozerEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DozerEndpointBuilderFactory.AdvancedDozerEndpointBuilder
Advanced builder for endpoint for the Dozer component.
|
static interface |
DozerEndpointBuilderFactory.DozerBuilders |
static interface |
DozerEndpointBuilderFactory.DozerEndpointBuilder
Builder for endpoint for the Dozer component.
|
| Modifier and Type | Method and Description |
|---|---|
static DozerEndpointBuilderFactory.DozerEndpointBuilder |
dozer(String path)
Dozer (camel-dozer)
The dozer component provides the ability to map between Java beans using
the Dozer mapping library.
|
static DozerEndpointBuilderFactory.DozerEndpointBuilder dozer(String path)
dozer:name
Path parameter: name (required)
A human readable name of the mapping.Apache Camel