public class MethodSignature extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Type[] |
argumentTypes |
Class<?> |
declaringClass |
String |
methodName |
Type |
resultType |
Constructor and Description |
---|
MethodSignature(Class<?> declaringClass,
Type resultType,
String methodName,
Type[] argumentTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClassLoader |
getClassLoader() |
int |
hashCode() |
Method |
resolveMethod() |
String |
toString() |
public Class<?> declaringClass
public Type resultType
public String methodName
public Type[] argumentTypes
public ClassLoader getClassLoader()
public Method resolveMethod() throws NoSuchMethodException
NoSuchMethodException
Copyright © 2020. All rights reserved.