Package org.jboss.weld.interceptor
Interface WeldInvocationContext
- All Superinterfaces:
jakarta.interceptor.InvocationContext
public interface WeldInvocationContext
extends jakarta.interceptor.InvocationContext
Represents an enhanced version of
InvocationContext.- Author:
- Martin Kouba
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
Set<T>getInterceptorBindingsByType(Class<T> annotationType) Deprecated.Methods inherited from interface jakarta.interceptor.InvocationContext
getConstructor, getContextData, getInterceptorBinding, getInterceptorBindings, getInterceptorBindings, getMethod, getParameters, getTarget, getTimer, proceed, setParameters
-
Field Details
-
INTERCEPTOR_BINDINGS_KEY
Deprecated.Deprecated, users are encouraged to useInvocationContext.getInterceptorBindings()instead.A key value under which we store interceptor bindings in
InvocationContext- See Also:
-
-
Method Details
-
getInterceptorBindingsByType
Deprecated.useInvocationContext.getInterceptorBindings(Class)- Type Parameters:
T- annotation type- Parameters:
annotationType- type of the interceptor binding annotations- Returns:
- immutable set of interceptor binding annotations of given type, never null
-
InvocationContext.getInterceptorBindings(Class)