Package org.jboss.weld.contexts
Class SerializableContextualFactory
java.lang.Object
org.jboss.weld.contexts.SerializableContextualFactory
Produces wrappers for
Contextuals which are serializable.- Author:
- Jozef Hartinger, Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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)
-
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)
-