Class MethodWrapper


  • public class MethodWrapper
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  MethodWrapper.MethodWrapperKey
      Internal interface, only public due to ClassLoader issues.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MethodWrapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object create​(java.lang.reflect.Method method)  
      static java.util.Set createSet​(java.util.Collection methods)  
      • Methods inherited from class java.lang.Object

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

      • MethodWrapper

        private MethodWrapper()
    • Method Detail

      • create

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

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