Class StaticMethod


  • public class StaticMethod
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticMethod​(java.lang.String methodName, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()  
      • Methods inherited from class java.lang.Object

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

      • StaticMethod

        public StaticMethod​(java.lang.String methodName,
                            java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()