Class PropertyNamer


  • public final class PropertyNamer
    extends Object
    Author:
    Clinton Begin
    • Method Detail

      • methodToProperty

        public static String methodToProperty​(String name)
      • isProperty

        public static boolean isProperty​(String name)
      • isGetter

        public static boolean isGetter​(String name)
      • isSetter

        public static boolean isSetter​(String name)