| 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 MapExpression<D> |
PropertyMap.using(Converter<?,?> converter)
Specifies the
converter to use for converting to the destination property hierarchy. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionExpression<S,D>
Expresses a Condition.
|
interface |
ConverterExpression<S,D>
Expresses a Converter.
|
interface |
ProviderExpression<S,D>
Expresses a Provider.
|
interface |
SkipExpression<D>
Expresses a mapping that is skipped.
|
| Modifier and Type | Method and Description |
|---|---|
MapExpression<D> |
ConverterExpression.using(Converter<?,?> converter)
Specifies the
converter to use for converting to the destination property hierarchy. |
Copyright © 2011–2018. All rights reserved.