Package | Description |
---|---|
org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
org.modelmapper.builder |
Expression types for building Mappings and TypeMaps
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionExpression<S,D>
Expresses a Condition.
|
Modifier and Type | Method and Description |
---|---|
ProviderExpression<S,D> |
ConditionExpression.when(Condition<?,?> condition)
Specifies the
condition that must apply in order for mapping to take place for a
particular destination property hierarchy. |
Copyright © 2011–2024. All rights reserved.