public static interface DozerEndpointBuilderFactory.DozerBuilders
| Modifier and Type | Method and Description |
|---|---|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
dozer(String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
dozer(String componentName,
String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder dozer(String path)
dozer:name
Path parameter: name (required)
A human readable name of the mapping.path - namedefault DozerEndpointBuilderFactory.DozerEndpointBuilder dozer(String componentName, String path)
dozer:name
Path parameter: name (required)
A human readable name of the mapping.componentName - to use a custom component name for the endpoint
instead of the default namepath - nameApache Camel