Uses of Interface
org.modelmapper.builder.ProviderExpression
-
Packages that use ProviderExpression Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.builder Expression types for building Mappings and TypeMaps -
-
Uses of ProviderExpression in org.modelmapper
Methods in org.modelmapper that return ProviderExpression Modifier and Type Method Description protected ProviderExpression<S,D>
PropertyMap. when(Condition<?,?> condition)
Specifies thecondition
that must apply in order for mapping to take place for a particular destination property hierarchy. -
Uses of ProviderExpression in org.modelmapper.builder
Subinterfaces of ProviderExpression in org.modelmapper.builder Modifier and Type Interface Description interface
ConditionExpression<S,D>
Expresses a Condition.Methods in org.modelmapper.builder that return ProviderExpression Modifier and Type Method Description ProviderExpression<S,D>
ConditionExpression. when(Condition<?,?> condition)
Specifies thecondition
that must apply in order for mapping to take place for a particular destination property hierarchy.
-