Class JavaMethodCache.PrivateGetDeclaredMethodsAccessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method _method  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method[] getDeclaredMethods​(java.lang.Class clz)  
      • Methods inherited from class java.lang.Object

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

      • _method

        private final java.lang.reflect.Method _method
    • Constructor Detail

      • PrivateGetDeclaredMethodsAccessor

        public PrivateGetDeclaredMethodsAccessor​(java.lang.reflect.Method method)