org.modelmapper.spi
Interface MatchingStrategy.PropertyNameInfo

Enclosing interface:
MatchingStrategy

public static interface MatchingStrategy.PropertyNameInfo

Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.


Method Summary
 List<String[]> getDestinationPropertyTokens()
          Returns transformed name tokens for the destination property.
 String[] getSourceClassTokens()
          Returns transformed name tokens for the source's declaring class.
 List<String[]> getSourcePropertyTokens()
          Returns transformed name tokens for the source property.
 List<String[]> getSourcePropertyTypeTokens()
          Returns transformed name tokens for each source property type.
 

Method Detail

getDestinationPropertyTokens

List<String[]> getDestinationPropertyTokens()
Returns transformed name tokens for the destination property.


getSourceClassTokens

String[] getSourceClassTokens()
Returns transformed name tokens for the source's declaring class.


getSourcePropertyTokens

List<String[]> getSourcePropertyTokens()
Returns transformed name tokens for the source property.


getSourcePropertyTypeTokens

List<String[]> getSourcePropertyTypeTokens()
Returns transformed name tokens for each source property type.



Copyright © 2011. All Rights Reserved.