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 theconverterto use for converting to the destination property hierarchy. -
Uses of MapExpression in org.modelmapper.builder
Subinterfaces of MapExpression in org.modelmapper.builderModifier and TypeInterfaceDescriptioninterfaceConditionExpression<S,D> Expresses a Condition.interfaceConverterExpression<S,D> Expresses a Converter.interfaceProviderExpression<S,D> Expresses a Provider.interfaceExpresses a mapping that is skipped.Methods in org.modelmapper.builder that return MapExpressionModifier and TypeMethodDescriptionSpecifies theconverterto use for converting to the destination property hierarchy.