Uses of Interface
org.jboss.marshalling.Creator
Packages that use Creator
Package
Description
The marshalling API.
Reflection utilities for marshalling users and implementations.
-
Uses of Creator in org.jboss.marshalling
Fields in org.jboss.marshalling declared as CreatorModifier and TypeFieldDescriptionprivate Creator
MarshallingConfiguration.creator
private Creator
MarshallingConfiguration.externalizerCreator
private Creator
MarshallingConfiguration.serializedCreator
Methods in org.jboss.marshalling that return CreatorModifier and TypeMethodDescriptionMarshallingConfiguration.getCreator()
Deprecated.no longer used in 1.4, will be removed in a future versionMarshallingConfiguration.getExternalizerCreator()
Deprecated.no longer used in 1.4, will be removed in 1.4MarshallingConfiguration.getSerializedCreator()
Deprecated.no longer used in 1.4, will be removed in 1.4Methods in org.jboss.marshalling with parameters of type CreatorModifier and TypeMethodDescriptionAbstractExternalizer.createExternal
(Class<?> subjectType, ObjectInput input, Creator defaultCreator) Create an instance of a type using the provided creator.Externalizer.createExternal
(Class<?> subjectType, ObjectInput input, Creator defaultCreator) Create an instance of a type.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
Fields in org.jboss.marshalling.cloner declared as CreatorModifier and TypeFieldDescriptionprivate Creator
ClonerConfiguration.externalizedCreator
private Creator
ClonerConfiguration.serializedCreator
Methods in org.jboss.marshalling.cloner that return CreatorModifier and TypeMethodDescriptionClonerConfiguration.getExternalizedCreator()
Get the creator to use for externalizable objects.ClonerConfiguration.getSerializedCreator()
Get the creator to use for serialized objects.Methods in org.jboss.marshalling.cloner with parameters of type CreatorModifier and TypeMethodDescriptionvoid
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 CreatorModifier and TypeClassDescriptionclass
Deprecated.this class simply delegates toReflectiveCreator
.class
Deprecated.This class is no longer used and will be removed in a future version.class
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