Class PropertyNamer


  • public final class PropertyNamer
    extends Object
    Created by hocgin on 2021/1/5 email: hocgin@gmail.com
    Author:
    hocgin
    • Constructor Detail

      • PropertyNamer

        public PropertyNamer()
    • 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)