Uses of Interface
org.modelmapper.builder.ProviderExpression

Packages that use ProviderExpression
org.modelmapper ModelMapper is an intelligent object mapping library. 
org.modelmapper.builder Expression types for building Mappings and TypeMaps 
org.modelmapper.internal ModelMapper internals. 
 

Uses of ProviderExpression in org.modelmapper
 

Methods in org.modelmapper that return ProviderExpression
protected  ProviderExpression<S,D> PropertyMap.when(Condition<?,?> condition)
          Specifies the condition 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
 interface ConditionExpression<S,D>
          Expresses a Condition.
 

Uses of ProviderExpression in org.modelmapper.internal
 

Classes in org.modelmapper.internal that implement ProviderExpression
 class MappingBuilderImpl<S,D>
          Builds explicit property mappings.
 



Copyright © 2011. All Rights Reserved.