Class InternalInterceptorInvocationContext
- java.lang.Object
-
- org.tomitribe.crest.interceptor.internal.InternalInterceptorInvocationContext
-
public abstract class InternalInterceptorInvocationContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InternalInterceptorInvocationContext(java.util.Map<java.lang.Class<?>,InternalInterceptor> interceptors, java.lang.Class<?>[] interceptorKeys, java.lang.String name, java.util.List<org.tomitribe.crest.api.interceptor.ParameterMetadata> parameterMetadatas, java.lang.reflect.Method method, java.util.List<java.lang.Object> parameters)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.ObjectdoInvoke(java.util.List<java.lang.Object> parameters)java.lang.Objectproceed()
-
-
-
Constructor Detail
-
InternalInterceptorInvocationContext
public InternalInterceptorInvocationContext(java.util.Map<java.lang.Class<?>,InternalInterceptor> interceptors, java.lang.Class<?>[] interceptorKeys, java.lang.String name, java.util.List<org.tomitribe.crest.api.interceptor.ParameterMetadata> parameterMetadatas, java.lang.reflect.Method method, java.util.List<java.lang.Object> parameters)
-
-