Uses of Interface
org.modelmapper.builder.MapExpression
-
Packages that use MapExpression Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.builder Expression types for building Mappings and TypeMaps -
-
Uses of MapExpression in org.modelmapper
Methods in org.modelmapper that return MapExpression Modifier and Type Method Description protected MapExpression<D>
PropertyMap. using(Converter<?,?> converter)
Specifies theconverter
to use for converting to the destination property hierarchy. -
Uses of MapExpression in org.modelmapper.builder
Subinterfaces of MapExpression in org.modelmapper.builder Modifier and Type Interface Description interface
ConditionExpression<S,D>
Expresses a Condition.interface
ConverterExpression<S,D>
Expresses a Converter.interface
ProviderExpression<S,D>
Expresses a Provider.interface
SkipExpression<D>
Expresses a mapping that is skipped.Methods in org.modelmapper.builder that return MapExpression Modifier and Type Method Description MapExpression<D>
ConverterExpression. using(Converter<?,?> converter)
Specifies theconverter
to use for converting to the destination property hierarchy.
-