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