public final class MethodDescriptor extends MemberDescriptor
declaringType| Constructor and Description |
|---|
MethodDescriptor(TypeDescriptor declaringType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(TypeDescriptor typeDescriptor) |
boolean |
equals(Object obj) |
String |
getName() |
List<ParameterDescriptor> |
getParameters() |
TypeDescriptor |
getReturnType() |
int |
hashCode() |
Object |
invoke(Object object,
Object... args) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaringType, hasAnnotationpublic MethodDescriptor(TypeDescriptor declaringType, Method method)
public TypeDescriptor getReturnType()
public List<ParameterDescriptor> getParameters()
public String getName()
public boolean equals(Object obj)
equals in class MemberDescriptorpublic int hashCode()
hashCode in class MemberDescriptorpublic boolean applies(TypeDescriptor typeDescriptor)
Copyright © 2016. All rights reserved.