public interface MethodDescriber extends AnnotationsDescriber
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ClassDescriber |
getOwner() |
ValueType[] |
getParameterTypes() |
ValueType[] |
getRawParameterTypes() |
ValueType |
getRawReturnType() |
ValueType |
getReturnType() |
TypeVar[] |
getTypeVariables() |
boolean |
isAbstract() |
boolean |
isStatic() |
boolean |
isVariableArgument() |
getAnnotation, getAnnotationsClassDescriber getOwner()
String getName()
boolean isStatic()
boolean isAbstract()
TypeVar[] getTypeVariables()
ValueType[] getRawParameterTypes()
ValueType[] getParameterTypes()
ValueType getReturnType()
ValueType getRawReturnType()
boolean isVariableArgument()
Copyright © 2019. All rights reserved.