Uses of Interface
org.modelmapper.ExpressionMap
-
Packages that use ExpressionMap Package Description org.modelmapper ModelMapper is an intelligent object mapping library. -
-
Uses of ExpressionMap in org.modelmapper
Methods in org.modelmapper with parameters of type ExpressionMap Modifier and Type Method Description TypeMap<S,D>
TypeMap. addMappings(ExpressionMap<S,D> mapper)
Add a mapping intoTypeMap
by defining amapper
action You can chainaddMappings
contains only one property mapping like
-