Class SerializableContextualInstanceImpl<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>

  • All Implemented Interfaces:
    Serializable, org.jboss.weld.context.api.ContextualInstance<I>, org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,​I>

    public class SerializableContextualInstanceImpl<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>
    extends Object
    implements org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,​I>
    See Also:
    Serialized Form
    • Constructor Detail

      • SerializableContextualInstanceImpl

        public SerializableContextualInstanceImpl​(C contextual,
                                                  I instance,
                                                  jakarta.enterprise.context.spi.CreationalContext<I> creationalContext,
                                                  org.jboss.weld.serialization.spi.ContextualStore contextualStore)
      • SerializableContextualInstanceImpl

        public SerializableContextualInstanceImpl​(org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,​I> contextual,
                                                  I instance,
                                                  jakarta.enterprise.context.spi.CreationalContext<I> creationalContext)
    • Method Detail

      • getContextual

        public org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,​I> getContextual()
        Specified by:
        getContextual in interface org.jboss.weld.context.api.ContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>>
        Specified by:
        getContextual in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>
      • getInstance

        public I getInstance()
        Specified by:
        getInstance in interface org.jboss.weld.context.api.ContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>>
        Specified by:
        getInstance in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>
      • getCreationalContext

        public jakarta.enterprise.context.spi.CreationalContext<I> getCreationalContext()
        Specified by:
        getCreationalContext in interface org.jboss.weld.context.api.ContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>>
        Specified by:
        getCreationalContext in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>