public class InterceptorInvocationContext<T> extends AbstractInvocationContext<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected Map<javax.enterprise.inject.spi.Interceptor<?>,?> |
instances |
protected List<javax.enterprise.inject.spi.Interceptor<?>> |
interceptors |
protected javax.enterprise.inject.spi.InterceptionType |
type |
parameters, target| Constructor and Description |
|---|
InterceptorInvocationContext(javax.inject.Provider<T> provider,
javax.enterprise.inject.spi.InterceptionType type,
List<javax.enterprise.inject.spi.Interceptor<?>> interceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances,
AccessibleObject method,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
proceed() |
directProceed, getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, setParametersprotected javax.enterprise.inject.spi.InterceptionType type
protected List<javax.enterprise.inject.spi.Interceptor<?>> interceptors
protected Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances
protected int index
public InterceptorInvocationContext(javax.inject.Provider<T> provider, javax.enterprise.inject.spi.InterceptionType type, List<javax.enterprise.inject.spi.Interceptor<?>> interceptors, Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances, AccessibleObject method, Object[] parameters)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.