Package | Description |
---|---|
org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
Modifier and Type | Method and Description |
---|---|
TypeMap<S,D> |
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–2024. All rights reserved.