Class ClassConventions


  • class ClassConventions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.reflect.Method,​java.lang.String> METHOD_NAMES  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMethodName​(java.lang.reflect.Method m)  
      • Methods inherited from class java.lang.Object

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

      • METHOD_NAMES

        private static final java.util.Map<java.lang.reflect.Method,​java.lang.String> METHOD_NAMES
    • Constructor Detail

      • ClassConventions

        ClassConventions()
    • Method Detail

      • getMethodName

        public static java.lang.String getMethodName​(java.lang.reflect.Method m)