Interface Instantiator<T>

    • Method Detail

      • newInstance

        T newInstance​(jakarta.enterprise.context.spi.CreationalContext<T> ctx,
                      BeanManagerImpl manager)
      • hasInterceptorSupport

        boolean hasInterceptorSupport()
        Indicates whether instances created by this Instantiator support interception.
      • hasDecoratorSupport

        boolean hasDecoratorSupport()
        Indicates whether instances created by this Instantiator support decorators.
      • getConstructor

        Constructor<T> getConstructor()
        Returns the constructor used for instantiation. If an enhanced subclass is used for a component instance, this method returns the matching constructor of the original component class.