org.modelmapper.spi
Interface PropertyMapping

All Superinterfaces:
Mapping

public interface PropertyMapping
extends Mapping

A mapping of a source property hierarchy to a destination property hierarchy.

Author:
Jonathan Halterman

Method Summary
 PropertyInfo getLastSourceProperty()
          Gets the last member info in the source members hierarchy.
 List<? extends PropertyInfo> getSourceProperties()
          Get the hierarchy of source propertys.
 
Methods inherited from interface org.modelmapper.spi.Mapping
getCondition, getConverter, getDestinationProperties, getLastDestinationProperty, getProvider, isSkipped
 

Method Detail

getSourceProperties

List<? extends PropertyInfo> getSourceProperties()
Get the hierarchy of source propertys.


getLastSourceProperty

PropertyInfo getLastSourceProperty()
Gets the last member info in the source members hierarchy.



Copyright © 2011. All Rights Reserved.