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:
    CDI-468
    • Field Detail

      • INTERCEPTOR_BINDINGS_KEY

        @Deprecated
        static final String INTERCEPTOR_BINDINGS_KEY
        Deprecated.
        Deprecated, users are encouraged to use InvocationContext.getInterceptorBindings() instead.

        A key value under which we store interceptor bindings in InvocationContext

        See Also:
        Constant Field Values
    • Method Detail

      • getInterceptorBindingsByType

        @Deprecated
        <T extends AnnotationSet<T> getInterceptorBindingsByType​(Class<T> annotationType)
        Deprecated.
        use InvocationContext.getInterceptorBindings(Class)