类 MethodWrapper


  • public class MethodWrapper
    extends java.lang.Object
    • 嵌套类概要

      嵌套类 
      修饰符和类型 说明
      static interface  MethodWrapper.MethodWrapperKey
      Internal interface, only public due to ClassLoader issues.
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.Object create​(java.lang.reflect.Method method)  
      static java.util.Set createSet​(java.util.Collection methods)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • create

        public static java.lang.Object create​(java.lang.reflect.Method method)
      • createSet

        public static java.util.Set createSet​(java.util.Collection methods)