Uses of Interface
com.github.dozermapper.core.CustomFieldMapper
-
Packages that use CustomFieldMapper Package Description com.github.dozermapper.core Core mapping API -
-
Uses of CustomFieldMapper in com.github.dozermapper.core
Methods in com.github.dozermapper.core that return CustomFieldMapper Modifier and Type Method Description CustomFieldMapperDozerBeanMapper. getCustomFieldMapper()Returns a list of registeredCustomFieldMapperCustomFieldMapperMapperModelContext. getCustomFieldMapper()Returns a list of registeredCustomFieldMapperMethods in com.github.dozermapper.core with parameters of type CustomFieldMapper Modifier and Type Method Description DozerBeanMapperBuilderDozerBeanMapperBuilder. withCustomFieldMapper(CustomFieldMapper customFieldMapper)Registers aCustomFieldMapperfor the mapper.Constructors in com.github.dozermapper.core with parameters of type CustomFieldMapper Constructor Description MappingProcessor(ClassMappings classMappings, Configuration globalConfiguration, CacheManager cacheMgr, List<CustomConverter> customConverterObjects, EventManager eventManager, CustomFieldMapper customFieldMapper, Map<String,CustomConverter> customConverterObjectsWithId, BeanContainer beanContainer, DestBeanCreator destBeanCreator, DestBeanBuilderCreator destBeanBuilderCreator, BeanMappingGenerator beanMappingGenerator, PropertyDescriptorFactory propertyDescriptorFactory)
-