- setBeanMappingBuilders(List<BeanMappingBuilder>) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.converter.dozer.DozerTypeConverterLoader
-
Sets the CamelContext
and also initializes this loader.
- setConfiguration(DozerConfiguration) - Method in class org.apache.camel.component.dozer.DozerEndpoint
-
- setCurrentExchange(Exchange) - Method in class org.apache.camel.component.dozer.ExpressionMapper
-
Sets the Camel exchange reference for this mapping.
- setCustomConverters(List<CustomConverter>) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setCustomConvertersWithId(Map<String, CustomConverter>) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setCustomFieldMapper(CustomFieldMapper) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setEventListeners(List<DozerEventListener>) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setMapper(Mapper) - Method in class org.apache.camel.converter.dozer.DozerTypeConverterLoader
-
- setMappingConfiguration(DozerBeanMapperConfiguration) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
The name of a DozerBeanMapperConfiguration bean in the Camel registry which should be used for configuring the Dozer mapping.
- setMappingFile(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
The location of a Dozer configuration file.
- setMappingFiles(List<String>) - Method in class org.apache.camel.converter.dozer.DozerBeanMapperConfiguration
-
- setMarshalId(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
The id of a dataFormat defined within the Camel Context to use for marshalling the mapping output to a non-Java type.
- setName(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
A human readable name of the mapping.
- setParameter(String) - Method in class org.apache.camel.component.dozer.BaseConverter
-
- setSourceModel(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
Fully-qualified class name for the source type used in the mapping.
- setTargetModel(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
Fully-qualified class name for the target type used in the mapping.
- setUnmarshalId(String) - Method in class org.apache.camel.component.dozer.DozerConfiguration
-
The id of a dataFormat defined within the Camel Context to use for unmarshalling the mapping input from a non-Java type.