Package | Description |
---|---|
org.apache.camel.component.dozer | |
org.apache.camel.converter.dozer |
Modifier and Type | Method and Description |
---|---|
DozerBeanMapperConfiguration |
DozerConfiguration.getMappingConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
DozerConfiguration.setMappingConfiguration(DozerBeanMapperConfiguration mappingConfiguration)
The name of a DozerBeanMapperConfiguration bean in the Camel registry which should be used for configuring the Dozer mapping.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,DozerBeanMapperConfiguration> |
DozerTypeConverterLoader.lookupDozerBeanMapperConfigurations()
Lookup the dozer
DozerBeanMapperConfiguration to be used. |
Modifier and Type | Method and Description |
---|---|
static org.dozer.DozerBeanMapper |
DozerTypeConverterLoader.createDozerBeanMapper(DozerBeanMapperConfiguration configuration)
Creates a
DozerBeanMapper from the given configuration. |
Constructor and Description |
---|
DozerTypeConverterLoader(org.apache.camel.CamelContext camelContext,
DozerBeanMapperConfiguration configuration)
Creates a
DozerTypeConverter using the given
DozerBeanMapperConfiguration configuration. |
Apache Camel