Package | Description |
---|---|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializeWithExtFactory
JBoss Marshalling plugin class for
ClassExternalizerFactory that
allows for Infinispan annotations to be used instead of JBoss Marshalling
ones in order to discover which classes are serializable with Infinispan
externalizers. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationClassExternalizerFactory
An externalizer factory which looks for the presence of the
Externalize annotation. |
class |
ChainingClassExternalizerFactory
A class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.
|
class |
MappingClassExternalizerFactory
An externalizer factory which uses a fixed mapping from class to externalizer.
|
Modifier and Type | Field and Description |
---|---|
protected ClassExternalizerFactory |
AbstractUnmarshaller.classExternalizerFactory
The configured class externalizer factory.
|
protected ClassExternalizerFactory |
AbstractMarshaller.classExternalizerFactory
The configured class externalizer factory.
|
Modifier and Type | Method and Description |
---|---|
ClassExternalizerFactory |
MarshallingConfiguration.getClassExternalizerFactory()
Get the class externalizer factory, or
null if none is specified. |
protected ClassExternalizerFactory |
AbstractMarshallerFactory.getDefaultClassExternalizerFactory()
Get the default class externalizer factory, which is used if none was configured.
|
static ClassExternalizerFactory |
Marshalling.nullClassExternalizerFactory()
Return the null class externalizer factory.
|
Modifier and Type | Method and Description |
---|---|
void |
MarshallingConfiguration.setClassExternalizerFactory(ClassExternalizerFactory classExternalizerFactory)
Set the class externalizer factory.
|
Constructor and Description |
---|
ChainingClassExternalizerFactory(ClassExternalizerFactory[] factories)
Construct a new instance.
|
Constructor and Description |
---|
ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory> factories)
Construct a new instance.
|
ChainingClassExternalizerFactory(Iterable<ClassExternalizerFactory> factories)
Construct a new instance.
|
ChainingClassExternalizerFactory(Iterator<ClassExternalizerFactory> factories)
Construct a new instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.