Uses of Interface
org.jboss.marshalling.Creator
-
Packages that use Creator Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations.org.jboss.marshalling.serial -
-
Uses of Creator in org.jboss.marshalling
Methods in org.jboss.marshalling that return Creator Modifier and Type Method Description Creator
MarshallingConfiguration. getCreator()
Deprecated.no longer used in 1.4, will be removed in a future versionCreator
MarshallingConfiguration. getExternalizerCreator()
Deprecated.no longer used in 1.4, will be removed in 1.4Creator
MarshallingConfiguration. getSerializedCreator()
Deprecated.no longer used in 1.4, will be removed in 1.4Methods in org.jboss.marshalling with parameters of type Creator Modifier and Type Method Description 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)
Deprecated.no longer used in 1.4, will be removed in a future versionvoid
MarshallingConfiguration. setExternalizerCreator(Creator externalizerCreator)
Deprecated.no longer used in 1.4, will be removed in 1.4void
MarshallingConfiguration. setSerializedCreator(Creator serializedCreator)
Deprecated.no longer used in 1.4, will be removed in 1.4 -
Uses of Creator in org.jboss.marshalling.cloner
Methods in org.jboss.marshalling.cloner that return Creator Modifier and Type Method Description Creator
ClonerConfiguration. getExternalizedCreator()
Get the creator to use for externalizable objects.Creator
ClonerConfiguration. getSerializedCreator()
Get the creator to use for serialized objects.Methods in org.jboss.marshalling.cloner with parameters of type Creator Modifier and Type Method Description void
ClonerConfiguration. setExternalizedCreator(Creator externalizedCreator)
Set the creator to use for externalizable objects.void
ClonerConfiguration. setSerializedCreator(Creator serializedCreator)
Set the creator to use for serialized objects. -
Uses of Creator in org.jboss.marshalling.reflect
Classes in org.jboss.marshalling.reflect that implement Creator Modifier and Type Class Description class
PublicReflectiveCreator
Deprecated.this class simply delegates toReflectiveCreator
.class
ReflectiveCreator
Deprecated.This class is no longer used and will be removed in a future version.class
SunReflectiveCreator
Deprecated.This creator is no longer used and will be removed in a future version. -
Uses of Creator in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement Creator Modifier and Type Class Description class
ExternalizedObject
An externalized object.
-