| Package | Description |
|---|---|
| org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMap.addMappings(PropertyMap<S,D> propertyMap)
Loads mappings from the
propertyMap into the TypeMap. |
<S,D> TypeMap<S,D> |
ModelMapper.addMappings(PropertyMap<S,D> propertyMap)
Adds mappings from the
propertyMap into the TypeMap corresponding to source type
S and destination type D. |
Copyright © 2011–2018. All rights reserved.