Class MethodSerializationWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodSerializationWrapper
    extends java.lang.Object
    implements java.io.Serializable
    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
    • Field Detail

      • primitiveTypes

        private static final java.util.Map<java.lang.String,​java.lang.Class<?>> primitiveTypes
      • className

        private final java.lang.String className
      • methodName

        private final java.lang.String methodName
      • parameterTypeNames

        private final java.lang.String[] parameterTypeNames
    • 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