Interface ContextualInstance<T>


  • public interface ContextualInstance<T>
    Represents a contextual instance of a given type. This is an abstraction on top of the actual bean instance stored in each context. It glues together the actual instance with its CreationalContext and Contextual
    Author:
    Matej Novotny
    • Method Detail

      • getInstance

        T getInstance()
      • getCreationalContext

        jakarta.enterprise.context.spi.CreationalContext<T> getCreationalContext()
      • getContextual

        jakarta.enterprise.context.spi.Contextual<T> getContextual()