类 FastApiSwaggerMethodInterceptor
java.lang.Object
com.easycode8.fastapi.core.plugin.swagger.FastApiSwaggerMethodInterceptor
- 所有已实现的接口:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class FastApiSwaggerMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明genClassName(String name) invoke(org.aopalliance.intercept.MethodInvocation invocation)
-
构造器详细资料
-
FastApiSwaggerMethodInterceptor
-
-
方法详细资料
-
invoke
- 指定者:
invoke在接口中org.aopalliance.intercept.MethodInterceptor- 抛出:
Throwable
-
genClassName
-