| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static DozerEndpointBuilderFactory.DozerEndpointBuilder |
StaticEndpointBuilders.dozer(String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
static DozerEndpointBuilderFactory.DozerEndpointBuilder |
StaticEndpointBuilders.dozer(String componentName,
String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
| Modifier and Type | Method and Description |
|---|---|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerBuilders.dozer(String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
default DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.DozerBuilders.dozer(String componentName,
String path)
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
static DozerEndpointBuilderFactory.DozerEndpointBuilder |
DozerEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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