Package org.infinispan.factories
Class MarshallerFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
org.infinispan.factories.MarshallerFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
MarshallerFactory.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
-
Field Summary
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MarshallerFactory
public MarshallerFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-