Module colesico.framework.service
Package colesico.framework.service
Class InterceptorsChain.Interception<T,R,P>
- java.lang.Object
-
- colesico.framework.service.InterceptorsChain.Interception<T,R,P>
-
- Enclosing class:
- InterceptorsChain<T,R>
public static final class InterceptorsChain.Interception<T,R,P> extends Object
-
-
Constructor Summary
Constructors Constructor Description Interception(Interceptor<T,R> interceptor, P parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterceptorgetInterceptor()PgetParameters()
-
-
-
Constructor Detail
-
Interception
public Interception(Interceptor<T,R> interceptor, P parameters)
-
-
Method Detail
-
getInterceptor
public Interceptor getInterceptor()
-
getParameters
public P getParameters()
-
-