Uses of Interface
com.github.dozermapper.core.Mapper
-
Packages that use Mapper Package Description com.github.dozermapper.core Core mapping API -
-
Uses of Mapper in com.github.dozermapper.core
Classes in com.github.dozermapper.core that implement Mapper Modifier and Type Class Description classDozerBeanMapperPublic Dozer Mapper implementation.classMappingProcessorInternal Mapping Engine.Methods in com.github.dozermapper.core that return Mapper Modifier and Type Method Description MapperDozerBeanMapperBuilder. build()Creates an instance ofMapper.static MapperDozerBeanMapperBuilder. buildDefault()Creates an instance ofMapper, with all the configuration set to its default values.protected MapperDozerBeanMapper. getMappingProcessor()Methods in com.github.dozermapper.core with parameters of type Mapper Modifier and Type Method Description voidMapperAware. setMapper(Mapper mapper)
-