Uses of Interface
org.modelmapper.builder.MapExpression
Packages that use MapExpression
Package
Description
ModelMapper is an intelligent object mapping library.
Expression types for building Mappings and TypeMaps
-
Uses of MapExpression in org.modelmapper
Methods in org.modelmapper that return MapExpressionModifier and TypeMethodDescriptionprotected final MapExpression<D>
Specifies theconverter
to use for converting to the destination property hierarchy. -
Uses of MapExpression in org.modelmapper.builder
Subinterfaces of MapExpression in org.modelmapper.builderModifier and TypeInterfaceDescriptioninterface
ConditionExpression<S,
D> Expresses a Condition.interface
ConverterExpression<S,
D> Expresses a Converter.interface
ProviderExpression<S,
D> Expresses a Provider.interface
Expresses a mapping that is skipped.Methods in org.modelmapper.builder that return MapExpressionModifier and TypeMethodDescriptionSpecifies theconverter
to use for converting to the destination property hierarchy.