Interface NamingConvention


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

      • applies

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