Package com.github.dozermapper.core
Interface MapperAware
-
public interface MapperAwareInterface that gives an ability to receive mapper instance insideCustomConverter. Dozer will inject mapper object before executing custom converter logic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMapper(Mapper mapper)
-
-
-
Method Detail
-
setMapper
void setMapper(Mapper mapper)
-
-