Interface NamingConvention


public interface NamingConvention
Determines which properties are eligible for matching based on their name.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    applies(String propertyName, PropertyType propertyType)
    Returns true if the naming convention applies to the propertyName and propertyType, else returns false.
  • Method Details

    • applies

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