public interface MethodHolder
限定符和类型 | 方法和说明 |
---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> type)
获取函数某种注解
|
java.lang.annotation.Annotation[] |
getAnnotations()
获取函数所有注解
|
java.lang.Class<?> |
getDeclaringClz()
获取申明类
|
java.util.List<InterceptorEntity> |
getInterceptors()
获取拦截器
|
java.lang.reflect.Method |
getMethod()
获取函数
|
java.lang.Class<?> |
getOwnerClz()
获取所有者类
|
ParamWrap[] |
getParamWraps()
获取函数参数
|
java.lang.Class<?> |
getReturnType()
获取函数反回类型
|
java.lang.reflect.Method getMethod()
ParamWrap[] getParamWraps()
java.lang.Class<?> getReturnType()
java.lang.annotation.Annotation[] getAnnotations()
java.util.List<InterceptorEntity> getInterceptors()
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> type)
java.lang.Class<?> getOwnerClz()
java.lang.Class<?> getDeclaringClz()