public interface MethodMetadata extends AnnotatedTypeMetadata
StandardMethodMetadata,
AnnotationMetadata.getAnnotatedMethods(java.lang.String),
AnnotatedTypeMetadata| Modifier and Type | Method and Description |
|---|---|
String |
getDeclaringClassName()
Get the fully-qualified name of the class that declares the underlying method.
|
String |
getMethodName()
Get the name of the underlying method.
|
String |
getReturnTypeName()
Get the fully-qualified name of the underlying method's declared return type.
|
boolean |
isAbstract()
Determine whether the underlying method is effectively abstract:
i.e.
|
boolean |
isFinal()
Determine whether the underlying method is marked as 'final'.
|
boolean |
isOverridable()
Determine whether the underlying method is overridable,
i.e.
|
boolean |
isStatic()
Determine whether the underlying method is declared as 'static'.
|
getAllAnnotationAttributes, getAllAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotations, isAnnotatedString getMethodName()
String getDeclaringClassName()
String getReturnTypeName()
boolean isAbstract()
boolean isStatic()
boolean isFinal()
boolean isOverridable()