Uses of Interface
org.jboss.marshalling.ClassExternalizerFactory
Packages that use ClassExternalizerFactory
-
Uses of ClassExternalizerFactory in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassExternalizerFactoryModifier and TypeClassDescriptionclassAn externalizer factory which looks for the presence of theExternalizeannotation.classA class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.classAn externalizer factory which uses a fixed mapping from class to externalizer.Fields in org.jboss.marshalling declared as ClassExternalizerFactoryModifier and TypeFieldDescriptionprotected final ClassExternalizerFactoryAbstractMarshaller.classExternalizerFactoryThe configured class externalizer factory.protected final ClassExternalizerFactoryAbstractUnmarshaller.classExternalizerFactoryThe configured class externalizer factory.Methods in org.jboss.marshalling that return ClassExternalizerFactoryModifier and TypeMethodDescriptionMarshallingConfiguration.getClassExternalizerFactory()Get the class externalizer factory, ornullif none is specified.protected ClassExternalizerFactoryAbstractMarshallerFactory.getDefaultClassExternalizerFactory()Get the default class externalizer factory, which is used if none was configured.static ClassExternalizerFactoryMarshalling.nullClassExternalizerFactory()Return the null class externalizer factory.Methods in org.jboss.marshalling with parameters of type ClassExternalizerFactoryModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setClassExternalizerFactory(ClassExternalizerFactory classExternalizerFactory) Set the class externalizer factory.Constructors in org.jboss.marshalling with parameters of type ClassExternalizerFactoryModifierConstructorDescriptionChainingClassExternalizerFactory(ClassExternalizerFactory[] factories) Construct a new instance.Constructor parameters in org.jboss.marshalling with type arguments of type ClassExternalizerFactoryModifierConstructorDescriptionConstruct a new instance.Construct a new instance.Construct a new instance.