public class MethodSerialImpl extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
declaringClassName |
String |
methodName |
List<String> |
paramList |
| Constructor and Description |
|---|
MethodSerialImpl(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
convertToMethod(ClassLoader loader) |
public String methodName
public String declaringClassName
public MethodSerialImpl(Method method)
public Method convertToMethod(ClassLoader loader) throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.