Uses of Interface
com.github.dozermapper.core.MapperModelContext
-
Packages that use MapperModelContext Package Description com.github.dozermapper.core Core mapping API -
-
Uses of MapperModelContext in com.github.dozermapper.core
Classes in com.github.dozermapper.core that implement MapperModelContext Modifier and Type Class Description classDozerBeanMapperPublic Dozer Mapper implementation.Methods in com.github.dozermapper.core that return MapperModelContext Modifier and Type Method Description MapperModelContextDozerBeanMapper. getMapperModelContext()ReturnsMapperModelContextwhich allows readonly access to the Mapper modelMapperModelContextMapper. getMapperModelContext()ReturnsMapperModelContextwhich allows readonly access to the Mapper modelMapperModelContextMappingProcessor. getMapperModelContext()Only required due to type coupling of MappingProcessor and Mapper - needs re-think
-