Class MethodSerialImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodSerialImpl extends java.lang.Object implements java.io.SerializableINTERNAL: Class used to represent java.lang.reflect.Method instances to allow serialization- Since:
- EclipseLink 2.5
- Author:
- Chris Delahunt
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdeclaringClassNamejava.lang.StringmethodNamejava.util.List<java.lang.String>paramList
-
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.MethodconvertToMethod(java.lang.ClassLoader loader)
-