|
JBoss Marshalling 1.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Creator | |
---|---|
org.jboss.marshalling | The marshalling API. |
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 |
AbstractMarshaller.creator
The configured object creator. |
protected Creator |
AbstractUnmarshaller.creator
The configured object creator. |
Methods in org.jboss.marshalling that return Creator | |
---|---|
Creator |
MarshallingConfiguration.getCreator()
Get the object creator, or null if none is specified. |
protected Creator |
AbstractMarshallerFactory.getDefaultCreator()
Get the default object creator, which is used if none was configured. |
Methods in org.jboss.marshalling with parameters of type Creator | |
---|---|
Object |
AbstractExternalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type using the provided creator. |
Object |
Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type. |
Object |
Pair.Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type. |
void |
MarshallingConfiguration.setCreator(Creator creator)
Set the object creator, or null to use the default. |
Uses of Creator in org.jboss.marshalling.reflect |
---|
Classes in org.jboss.marshalling.reflect that implement Creator | |
---|---|
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.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |