Class ConstructorInterceptorInvocationContext<T>

All Implemented Interfaces:
jakarta.interceptor.InvocationContext

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

    • newInstance

      protected Object newInstance
  • Constructor Details

    • ConstructorInterceptorInvocationContext

      public ConstructorInterceptorInvocationContext(jakarta.inject.Provider<T> provider, List<jakarta.enterprise.inject.spi.Interceptor<?>> aroundConstructInterceptors, Map<jakarta.enterprise.inject.spi.Interceptor<?>,?> interceptorInstances, Constructor<T> cons, Object[] parameters, Set<Annotation> interceptorBindings)
  • Method Details