|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassExternalizerFactory | |
---|---|
org.jboss.marshalling | The marshalling API. |
Uses of ClassExternalizerFactory in org.jboss.marshalling |
---|
Classes in org.jboss.marshalling that implement ClassExternalizerFactory | |
---|---|
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. |
Fields in org.jboss.marshalling declared as ClassExternalizerFactory | |
---|---|
protected ClassExternalizerFactory |
AbstractUnmarshaller.classExternalizerFactory
The configured class externalizer factory. |
protected ClassExternalizerFactory |
AbstractMarshaller.classExternalizerFactory
The configured class externalizer factory. |
Methods in org.jboss.marshalling that return ClassExternalizerFactory | |
---|---|
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. |
Methods in org.jboss.marshalling with parameters of type ClassExternalizerFactory | |
---|---|
void |
MarshallingConfiguration.setClassExternalizerFactory(ClassExternalizerFactory classExternalizerFactory)
Set the class externalizer factory. |
Constructors in org.jboss.marshalling with parameters of type ClassExternalizerFactory | |
---|---|
ChainingClassExternalizerFactory(ClassExternalizerFactory[] factories)
Construct a new instance. |
Constructor parameters in org.jboss.marshalling with type arguments of type ClassExternalizerFactory | |
---|---|
ChainingClassExternalizerFactory(Collection<ClassExternalizerFactory> factories)
Construct a new instance. |
|
ChainingClassExternalizerFactory(Iterable<ClassExternalizerFactory> factories)
Construct a new instance. |
|
ChainingClassExternalizerFactory(Iterator<ClassExternalizerFactory> factories)
Construct a new instance. |
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |