Uses of Interface
net.cofcool.chaos.server.core.aop.ScannedMethodInterceptor
-
Packages that use ScannedMethodInterceptor Package Description net.cofcool.chaos.server.core.aop -
-
Uses of ScannedMethodInterceptor in net.cofcool.chaos.server.core.aop
Classes in net.cofcool.chaos.server.core.aop that implement ScannedMethodInterceptor Modifier and Type Class Description classAbstractScannedMethodInterceptor抽象类, 实现 ScannedMethodInterceptor 接口, 推荐应用继承该类, 而不是直接实现 ScannedMethodInterceptorclassApiProcessingInterceptorclassLoggingInterceptor记录日志, 包括http请求与返回值等。被代理类需使用Scanned注解。classValidateInterceptor参数校验切面, 处理含有BindingResult参数的方法, 通过拦截Controller实现, 被代理类需使用Scanned注解。Methods in net.cofcool.chaos.server.core.aop that return types with arguments of type ScannedMethodInterceptor Modifier and Type Method Description List<ScannedMethodInterceptor>ScannedCompositeMethodInterceptor. getInterceptorList()Methods in net.cofcool.chaos.server.core.aop with parameters of type ScannedMethodInterceptor Modifier and Type Method Description voidScannedCompositeMethodInterceptor. addInterceptor(ScannedMethodInterceptor interceptor)Method parameters in net.cofcool.chaos.server.core.aop with type arguments of type ScannedMethodInterceptor Modifier and Type Method Description voidScannedCompositeMethodInterceptor. setInterceptorList(List<ScannedMethodInterceptor> interceptorList)Constructor parameters in net.cofcool.chaos.server.core.aop with type arguments of type ScannedMethodInterceptor Constructor Description ScannedCompositeMethodInterceptor(List<ScannedMethodInterceptor> interceptorList)
-