Class Accessors


  • public class Accessors
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isSetter​(java.lang.reflect.Method method)  
      static boolean maybeAGetter​(java.lang.reflect.Method method)  
      static boolean maybeASetter​(java.lang.reflect.Method method)  
      static java.lang.String propertyName​(java.lang.reflect.Method method)  
      static java.lang.String toCamelCase​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • maybeAGetter

        public static boolean maybeAGetter​(java.lang.reflect.Method method)
      • isSetter

        public static boolean isSetter​(java.lang.reflect.Method method)
      • toCamelCase

        public static java.lang.String toCamelCase​(java.lang.String s)
      • propertyName

        public static java.lang.String propertyName​(java.lang.reflect.Method method)
      • maybeASetter

        public static boolean maybeASetter​(java.lang.reflect.Method method)