Package org.modelmapper.spi
Interface PropertyMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyInfo
getLastSourceProperty()
Gets the last member info in the source members hierarchy.List<? extends PropertyInfo>
getSourceProperties()
Get the hierarchy of source properties.-
Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getPath, getProvider, getSourceType, isSkipped
-
-
-
-
Method Detail
-
getSourceProperties
List<? extends PropertyInfo> getSourceProperties()
Get the hierarchy of source properties.
-
getLastSourceProperty
PropertyInfo getLastSourceProperty()
Gets the last member info in the source members hierarchy.
-
-