S - source typeD - destination typepublic interface ConditionExpression<S,D> extends ProviderExpression<S,D>
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression<S,D> |
when(Condition<?,?> condition)
Specifies the
condition that must apply in order for mapping to take place for a
particular destination property hierarchy. |
withusingskip, skip, skipmap, map, mapConditionExpression<S,D> when(Condition<?,?> condition)
condition that must apply in order for mapping to take place for a
particular destination property hierarchy. See the EDSL examples.condition - that must apply when mapping the propertyIllegalStateException - if called from outside the context of
PropertyMap.configure().Copyright © 2011–2018. All rights reserved.