|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Creator | |
---|---|
org.jboss.marshalling | The marshalling API. |
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect | Reflection utilities for marshalling users and implementations. |
Uses of Creator in org.jboss.marshalling |
---|
Fields in org.jboss.marshalling declared as Creator | |
---|---|
protected Creator |
AbstractUnmarshaller.externalizerCreator
The configured serialized object creator. |
protected Creator |
AbstractMarshaller.externalizerCreator
The configured externalized object creator. |
protected Creator |
AbstractUnmarshaller.serializedCreator
The configured serialized object creator. |
protected Creator |
AbstractMarshaller.serializedCreator
The configured serialized object creator. |
Methods in org.jboss.marshalling that return Creator | |
---|---|
Creator |
MarshallingConfiguration.getCreator()
Deprecated. Use MarshallingConfiguration.getExternalizerCreator() or MarshallingConfiguration.getSerializedCreator() instead. |
protected Creator |
AbstractMarshallerFactory.getDefaultExternalizedCreator()
Get the default externalizable object creator, which is used if none was configured. |
protected Creator |
AbstractMarshallerFactory.getDefaultSerializedCreator()
Get the default serializable object creator, which is used if none was configured. |
Creator |
MarshallingConfiguration.getExternalizerCreator()
Get the creator to use for externalized objects. |
Creator |
MarshallingConfiguration.getSerializedCreator()
Get the creator to use for serialized objects. |
Methods in org.jboss.marshalling with parameters of type Creator | |
---|---|
Object |
Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type. |
Object |
AbstractExternalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type using the provided creator. |
Object |
Pair.Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type. |
void |
MarshallingConfiguration.setCreator(Creator creator)
Deprecated. Use MarshallingConfiguration.setExternalizerCreator(Creator) or MarshallingConfiguration.setSerializedCreator(Creator) instead. |
void |
MarshallingConfiguration.setExternalizerCreator(Creator externalizerCreator)
Set the creator to use for externalized objects. |
void |
MarshallingConfiguration.setSerializedCreator(Creator serializedCreator)
Set the creator to use for serialized objects. |
Uses of Creator in org.jboss.marshalling.cloner |
---|
Methods in org.jboss.marshalling.cloner that return Creator | |
---|---|
Creator |
ClonerConfiguration.getExternalizedCreator()
|
Creator |
ClonerConfiguration.getSerializedCreator()
|
Methods in org.jboss.marshalling.cloner with parameters of type Creator | |
---|---|
void |
ClonerConfiguration.setExternalizedCreator(Creator externalizedCreator)
|
void |
ClonerConfiguration.setSerializedCreator(Creator serializedCreator)
|
Uses of Creator in org.jboss.marshalling.reflect |
---|
Classes in org.jboss.marshalling.reflect that implement Creator | |
---|---|
class |
PublicReflectiveCreator
A creator that simply uses reflection to locate and invoke a public, zero-argument constructor. |
class |
ReflectiveCreator
A creator that simply uses reflection to locate and invoke a zero-argument constructor. |
class |
SunReflectiveCreator
An object creator that uses methods only found in certain JVMs to create a new constructor if needed. |
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |