Class ConstructorInterceptorInvocationContext<T>

  • All Implemented Interfaces:
    javax.interceptor.InvocationContext

    public class ConstructorInterceptorInvocationContext<T>
    extends InterceptorInvocationContext<T>
    • Field Detail

      • newInstance

        protected Object newInstance
    • Constructor Detail

      • ConstructorInterceptorInvocationContext

        public ConstructorInterceptorInvocationContext​(javax.inject.Provider<T> provider,
                                                       List<javax.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors,
                                                       Map<javax.enterprise.inject.spi.Interceptor<?>,​?> interceptorInstances,
                                                       Constructor<T> cons,
                                                       Object[] parameters)