Interface SerializableContextual<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>

  • All Superinterfaces:
    jakarta.enterprise.context.spi.Contextual<I>, Serializable

    public interface SerializableContextual<C extends jakarta.enterprise.context.spi.Contextual<I>,​I>
    extends Serializable, jakarta.enterprise.context.spi.Contextual<I>
    A serializable version of contextual that knows how to restore the original bean if necessary.
    Author:
    Pete Muir, Marius Bogoevici
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      C get()  
      • Methods inherited from interface jakarta.enterprise.context.spi.Contextual

        create, destroy
    • Method Detail

      • get

        C get()