Class DelegatingInterceptorInvocationContext

  • All Implemented Interfaces:
    jakarta.interceptor.InvocationContext

    public class DelegatingInterceptorInvocationContext
    extends Object
    implements jakarta.interceptor.InvocationContext
    • Constructor Detail

      • DelegatingInterceptorInvocationContext

        public DelegatingInterceptorInvocationContext​(jakarta.interceptor.InvocationContext delegateInvocationContext,
                                                      List<jakarta.enterprise.inject.spi.Interceptor<?>> interceptors,
                                                      List<Object> instances,
                                                      jakarta.enterprise.inject.spi.InterceptionType interceptionType)
    • Method Detail

      • getContextData

        public Map<String,​Object> getContextData()
        Specified by:
        getContextData in interface jakarta.interceptor.InvocationContext
      • getMethod

        public Method getMethod()
        Specified by:
        getMethod in interface jakarta.interceptor.InvocationContext
      • getConstructor

        public Constructor<?> getConstructor()
        Specified by:
        getConstructor in interface jakarta.interceptor.InvocationContext
      • getParameters

        public Object[] getParameters()
        Specified by:
        getParameters in interface jakarta.interceptor.InvocationContext
      • getTarget

        public Object getTarget()
        Specified by:
        getTarget in interface jakarta.interceptor.InvocationContext
      • proceed

        public Object proceed()
                       throws Exception
        Specified by:
        proceed in interface jakarta.interceptor.InvocationContext
        Throws:
        Exception
      • setParameters

        public void setParameters​(Object[] params)
        Specified by:
        setParameters in interface jakarta.interceptor.InvocationContext
      • getTimer

        public Object getTimer()
        Specified by:
        getTimer in interface jakarta.interceptor.InvocationContext