Package | Description |
---|---|
org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
org.modelmapper.spi |
Service Provider Interface
|
Modifier and Type | Method and Description |
---|---|
List<Mapping> |
TypeMap.getMappings()
Returns a snapshot of the TypeMap's mappings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConstantMapping
A mapping of a source constant to a destination property hierarchy.
|
interface |
PropertyMapping
A mapping of a source property hierarchy to a destination property hierarchy.
|
interface |
SourceMapping
A mapping of a source object to a destination property hierarchy.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
MappingContext.getMapping()
Returns the mapping associated with the mapping request else
null if the request did
not originate from a TypeMap . |
Copyright © 2011–2024. All rights reserved.