S
- source typeD
- destination typepublic interface ConditionExpression<S,D> extends ProviderExpression<S,D>
Modifier and Type | Method and Description |
---|---|
ProviderExpression<S,D> |
when(Condition<?,?> condition)
Specifies the
condition that must apply in order for mapping to take place for a
particular destination property hierarchy. |
with
using
skip, skip, skip
map, map, map
ProviderExpression<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–2024. All rights reserved.