org.modelmapper.spi
Interface NamingConvention


public interface NamingConvention

Determines which properties are eligible for matching based on their name.

Author:
Jonathan Halterman

Method Summary
 boolean applies(String propertyName, PropertyType propertyType)
          Returns true if the naming convention applies to the propertyName and propertyType, else returns false.
 

Method Detail

applies

boolean applies(String propertyName,
                PropertyType propertyType)
Returns true if the naming convention applies to the propertyName and propertyType, else returns false.



Copyright © 2011. All Rights Reserved.