public static interface DozerEndpointBuilderFactory.DozerEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DozerEndpointBuilderFactory.AdvancedDozerEndpointBuilder |
advanced() |
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default 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 |
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 |
mappingFile(String mappingFile)
The location of a Dozer configuration file.
|
default 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 |
sourceModel(String sourceModel)
Fully-qualified class name for the source type used in the mapping.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
targetModel(String targetModel)
Fully-qualified class name for the target type used in the mapping.
|
default 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.
|
default DozerEndpointBuilderFactory.AdvancedDozerEndpointBuilder advanced()
default DozerEndpointBuilderFactory.DozerEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder mappingConfiguration(Object mappingConfiguration)
mappingConfiguration - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder mappingConfiguration(String mappingConfiguration)
mappingConfiguration - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder mappingFile(String mappingFile)
mappingFile - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder marshalId(String marshalId)
marshalId - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder sourceModel(String sourceModel)
sourceModel - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder targetModel(String targetModel)
targetModel - the value to setdefault DozerEndpointBuilderFactory.DozerEndpointBuilder unmarshalId(String unmarshalId)
unmarshalId - the value to setApache Camel