Package org.jboss.weld.contexts
Class SerializableContextualFactory
- java.lang.Object
-
- org.jboss.weld.contexts.SerializableContextualFactory
-
public class SerializableContextualFactory extends Object
Produces wrappers forContextuals which are serializable.- Author:
- Jozef Hartinger, Martin Kouba
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <C extends 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 Detail
-
create
public static <C extends 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)
-
-