Uses of Interface
org.jboss.marshalling.ClassExternalizerFactory
-
Packages that use ClassExternalizerFactory Package Description org.jboss.marshalling The marshalling API. -
-
Uses of ClassExternalizerFactory in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassExternalizerFactory Modifier and Type Class Description classAnnotationClassExternalizerFactoryAn externalizer factory which looks for the presence of theExternalizeannotation.classChainingClassExternalizerFactoryA class externalizer factory that tries each delegate externalizer factory in sequence, returning the first match.classMappingClassExternalizerFactoryAn externalizer factory which uses a fixed mapping from class to externalizer.Fields in org.jboss.marshalling declared as ClassExternalizerFactory Modifier and Type Field Description protected ClassExternalizerFactoryAbstractMarshaller. classExternalizerFactoryThe configured class externalizer factory.protected ClassExternalizerFactoryAbstractUnmarshaller. classExternalizerFactoryThe configured class externalizer factory.private ClassExternalizerFactoryMarshallingConfiguration. classExternalizerFactoryprivate ClassExternalizerFactory[]ChainingClassExternalizerFactory. externalizerFactoriesprivate static ClassExternalizerFactoryMarshalling. NULL_CLASS_EXTERNALIZER_FACTORYMethods in org.jboss.marshalling that return ClassExternalizerFactory Modifier and Type Method Description ClassExternalizerFactoryMarshallingConfiguration. 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.private static ClassExternalizerFactory[]ChainingClassExternalizerFactory. unroll(java.util.Iterator<ClassExternalizerFactory> iterator, int i)Methods in org.jboss.marshalling with parameters of type ClassExternalizerFactory Modifier and Type Method Description voidMarshallingConfiguration. setClassExternalizerFactory(ClassExternalizerFactory classExternalizerFactory)Set the class externalizer factory.Method parameters in org.jboss.marshalling with type arguments of type ClassExternalizerFactory Modifier and Type Method Description private static ClassExternalizerFactory[]ChainingClassExternalizerFactory. unroll(java.util.Iterator<ClassExternalizerFactory> iterator, int i)Constructors in org.jboss.marshalling with parameters of type ClassExternalizerFactory Constructor Description ChainingClassExternalizerFactory(ClassExternalizerFactory[] factories)Construct a new instance.Constructor parameters in org.jboss.marshalling with type arguments of type ClassExternalizerFactory Constructor Description ChainingClassExternalizerFactory(java.lang.Iterable<ClassExternalizerFactory> factories)Construct a new instance.ChainingClassExternalizerFactory(java.util.Collection<ClassExternalizerFactory> factories)Construct a new instance.ChainingClassExternalizerFactory(java.util.Iterator<ClassExternalizerFactory> factories)Construct a new instance.
-