public interface MethodHolder
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> type)
获取函数某种注解
|
Annotation[] |
getAnnotations()
获取函数所有注解
|
default List<InterceptorEntity> |
getArounds()
已过时。
2.4
|
List<InterceptorEntity> |
getInterceptors()
获取拦截器
|
Method |
getMethod()
获取函数
|
ParamWrap[] |
getParamWraps()
获取函数参数
|
Class<?> |
getReturnType()
获取函数反回类型
|
Method getMethod()
ParamWrap[] getParamWraps()
Class<?> getReturnType()
Annotation[] getAnnotations()
@Deprecated default List<InterceptorEntity> getArounds()
List<InterceptorEntity> getInterceptors()
<T extends Annotation> T getAnnotation(Class<T> type)
Copyright © 2023. All rights reserved.