public static class AnnotationDeployer.MethodMember extends java.lang.Object implements AnnotationDeployer.Member
Constructor and Description |
---|
MethodMember(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getDeclaringClass() |
java.lang.String |
getName()
The method name needs to be changed from "getFoo" to "foo"
|
java.lang.Class<?> |
getType() |
java.lang.String |
toString() |
public java.lang.Class<?> getType()
getType
in interface AnnotationDeployer.Member
public java.lang.Class<?> getDeclaringClass()
getDeclaringClass
in interface AnnotationDeployer.Member
public java.lang.String getName()
getName
in interface AnnotationDeployer.Member
public java.lang.String toString()
toString
in class java.lang.Object