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