Class MethodSerializationWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodSerializationWrapper
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Henri Tremblay
    See Also:
    Serialized Form
    • 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

      • MethodSerializationWrapper

        public MethodSerializationWrapper​(java.lang.reflect.Method m)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
                                           throws java.lang.ClassNotFoundException,
                                                  java.lang.NoSuchMethodException
        Throws:
        java.lang.ClassNotFoundException
        java.lang.NoSuchMethodException