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 CreatorMarshallingConfiguration.creatorprivate CreatorMarshallingConfiguration.externalizerCreatorprivate CreatorMarshallingConfiguration.serializedCreatorMethods 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.voidMarshallingConfiguration.setCreator(Creator creator) Deprecated.no longer used in 1.4, will be removed in a future versionvoidMarshallingConfiguration.setExternalizerCreator(Creator externalizerCreator) Deprecated.no longer used in 1.4, will be removed in 1.4voidMarshallingConfiguration.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 CreatorClonerConfiguration.externalizedCreatorprivate CreatorClonerConfiguration.serializedCreatorMethods 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 TypeMethodDescriptionvoidClonerConfiguration.setExternalizedCreator(Creator externalizedCreator) Set the creator to use for externalizable objects.voidClonerConfiguration.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 TypeClassDescriptionclassDeprecated.this class simply delegates toReflectiveCreator.classDeprecated.This class is no longer used and will be removed in a future version.classDeprecated.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