Class CdiJohnzonAdapterFactory.CdiInstance<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private jakarta.enterprise.context.spi.CreationalContext<java.lang.Object> context  
      private T value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CdiInstance​(T instance, jakarta.enterprise.context.spi.CreationalContext<java.lang.Object> creationalContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final T value
      • context

        private final jakarta.enterprise.context.spi.CreationalContext<java.lang.Object> context
    • Constructor Detail

      • CdiInstance

        private CdiInstance​(T instance,
                            jakarta.enterprise.context.spi.CreationalContext<java.lang.Object> creationalContext)