Package | Description |
---|---|
org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
org.modelmapper.spi |
Service Provider Interface
|
Modifier and Type | Method and Description |
---|---|
List<PropertyInfo> |
TypeMap.getUnmappedProperties()
Returns a snapshot list of destination properties that do not have mappings defined, else empty
list if all destination properties are mapped.
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
Mapping.getLastDestinationProperty()
Gets the last property info in the destination properties hierarchy.
|
PropertyInfo |
PropertyMapping.getLastSourceProperty()
Gets the last member info in the source members hierarchy.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PropertyInfo> |
Mapping.getDestinationProperties()
Get the hierarchy of destination property info.
|
List<PropertyInfo> |
PropertyNameInfo.getDestinationProperties()
Returns the destination properties.
|
List<? extends PropertyInfo> |
PropertyMapping.getSourceProperties()
Get the hierarchy of source properties.
|
List<PropertyInfo> |
PropertyNameInfo.getSourceProperties()
Returns the source properties.
|
Copyright © 2011–2024. All rights reserved.