Class MethodSerialImpl

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodSerialImpl
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL: Class used to represent java.lang.reflect.Method instances to allow serialization
    Since:
    EclipseLink 2.5
    Author:
    Chris Delahunt
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodSerialImpl​(java.lang.reflect.Method method)  
    • Method Summary

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

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

      • methodName

        public java.lang.String methodName
      • declaringClassName

        public java.lang.String declaringClassName
      • paramList

        public java.util.List<java.lang.String> paramList
    • Constructor Detail

      • MethodSerialImpl

        public MethodSerialImpl​(java.lang.reflect.Method method)
    • Method Detail

      • convertToMethod

        public java.lang.reflect.Method convertToMethod​(java.lang.ClassLoader loader)
                                                 throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException