Package org.modelmapper.spi
Interface NamingConvention
public interface NamingConvention
Determines which properties are eligible for matching based on their name.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
applies
(String propertyName, PropertyType propertyType) Returns true if the naming convention applies to thepropertyName
andpropertyType
, else returns false.
-
Method Details
-
applies
Returns true if the naming convention applies to thepropertyName
andpropertyType
, else returns false.
-