Class SerializableContextualFactory

java.lang.Object
org.jboss.weld.contexts.SerializableContextualFactory

public class SerializableContextualFactory extends Object
Produces wrappers for Contextuals which are serializable.
Author:
Jozef Hartinger, Martin Kouba
  • Method Details

    • create

      public static <C extends jakarta.enterprise.context.spi.Contextual<I>, I> org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> create(String contextId, C contextual, org.jboss.weld.serialization.spi.ContextualStore contextualStore, BeanIdentifierIndex beanIdentifierIndex)