Package org.modelmapper.spi
Interface PropertyMapping
- All Superinterfaces:
Mapping
A mapping of a source property hierarchy to a destination property hierarchy.
-
Method Summary
Modifier and TypeMethodDescriptionGets the last member info in the source members hierarchy.List<? extends PropertyInfo>
Get the hierarchy of source properties.Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getPath, getProvider, getSourceType, isSkipped
-
Method Details
-
getSourceProperties
List<? extends PropertyInfo> getSourceProperties()Get the hierarchy of source properties. -
getLastSourceProperty
PropertyInfo getLastSourceProperty()Gets the last member info in the source members hierarchy.
-