| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.AdvancedDozerEndpointBuilder.basic() |
static DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.dozer(String path)
Dozer (camel-dozer)
The dozer component provides the ability to map between Java beans using
the Dozer mapping library.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerBuilders.dozer(String path)
Dozer (camel-dozer)
The dozer component provides the ability to map between Java beans
using the Dozer mapping library.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.mappingConfiguration(Object mappingConfiguration)
The name of a DozerBeanMapperConfiguration bean in the Camel registry
which should be used for configuring the Dozer mapping.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.mappingConfiguration(String mappingConfiguration)
The name of a DozerBeanMapperConfiguration bean in the Camel registry
which should be used for configuring the Dozer mapping.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.mappingFile(String mappingFile)
The location of a Dozer configuration file.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.marshalId(String marshalId)
The id of a dataFormat defined within the Camel Context to use for
marshalling the mapping output to a non-Java type.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.sourceModel(String sourceModel)
Fully-qualified class name for the source type used in the mapping.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.targetModel(String targetModel)
Fully-qualified class name for the target type used in the mapping.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerEndpointBuilder.unmarshalId(String unmarshalId)
The id of a dataFormat defined within the Camel Context to use for
unmarshalling the mapping input from a non-Java type.
|
Apache Camel