-
- All Implemented Interfaces:
-
com.skypyb.poet.spring.boot.interceptor.PoetHandlerInterceptorChain
public final class StandardInterceptorChain implements PoetHandlerInterceptorChain
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PoetHandlerInterceptor>standardInterceptors
-
Constructor Summary
Constructors Constructor Description StandardInterceptorChain()
-
Method Summary
Modifier and Type Method Description final List<PoetHandlerInterceptor>getStandardInterceptors()UnitdoInterception(PoetHandlerInterceptor.Mode mode, String name, String module)-
-
Method Detail
-
getStandardInterceptors
final List<PoetHandlerInterceptor> getStandardInterceptors()
-
doInterception
Unit doInterception(PoetHandlerInterceptor.Mode mode, String name, String module)
-
-
-
-