@UriParams public class DozerConfiguration extends Object
Constructor and Description |
---|
DozerConfiguration() |
Modifier and Type | Method and Description |
---|---|
DozerBeanMapperConfiguration |
getMappingConfiguration() |
String |
getMappingFile() |
String |
getMarshalId() |
String |
getName() |
String |
getSourceModel() |
String |
getTargetModel() |
String |
getUnmarshalId() |
void |
setMappingConfiguration(DozerBeanMapperConfiguration mappingConfiguration)
The name of a DozerBeanMapperConfiguration bean in the Camel registry which should be used for configuring the Dozer mapping.
|
void |
setMappingFile(String mappingFile)
The location of a Dozer configuration file.
|
void |
setMarshalId(String marshalId)
The id of a dataFormat defined within the Camel Context to use for marshalling the mapping output to a non-Java type.
|
void |
setName(String name)
A human readable name of the mapping.
|
void |
setSourceModel(String sourceModel)
Fully-qualified class name for the source type used in the mapping.
|
void |
setTargetModel(String targetModel)
Fully-qualified class name for the target type used in the mapping.
|
void |
setUnmarshalId(String unmarshalId)
The id of a dataFormat defined within the Camel Context to use for unmarshalling the mapping input from a non-Java type.
|
public String getMarshalId()
public void setMarshalId(String marshalId)
public String getUnmarshalId()
public void setUnmarshalId(String unmarshalId)
public String getSourceModel()
public void setSourceModel(String sourceModel)
public String getTargetModel()
public void setTargetModel(String targetModel)
public String getName()
public void setName(String name)
public String getMappingFile()
public void setMappingFile(String mappingFile)
public DozerBeanMapperConfiguration getMappingConfiguration()
public void setMappingConfiguration(DozerBeanMapperConfiguration mappingConfiguration)
Apache Camel