Uses of Interface
org.jboss.marshalling.Externalizer
-
Packages that use Externalizer Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of Externalizer in org.jboss.marshalling
Classes in org.jboss.marshalling that implement Externalizer Modifier and Type Class Description class
AbstractExternalizer
An externalizer base class which handles object creation in a default fashion.static class
Pair.Externalizer
An externalizer forPair
instances.Methods in org.jboss.marshalling that return Externalizer Modifier and Type Method Description Externalizer
AnnotationClassExternalizerFactory. getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class.Externalizer
ChainingClassExternalizerFactory. getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class.Externalizer
ClassExternalizerFactory. getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class.Externalizer
MappingClassExternalizerFactory. getExternalizer(Class<?> type)
Look up a custom externalizer for a given object class.static Externalizer
Marshalling. nullExternalizer()
Get a null externalizer.Methods in org.jboss.marshalling that return types with arguments of type Externalizer Modifier and Type Method Description Class<? extends Externalizer>
value()
Specify the externalizer class to be used by the annotated class.Constructor parameters in org.jboss.marshalling with type arguments of type Externalizer Constructor Description MappingClassExternalizerFactory(Map<Class<?>,Externalizer> map)
Construct a new instance. -
Uses of Externalizer in org.jboss.marshalling.river
Methods in org.jboss.marshalling.river that return Externalizer Modifier and Type Method Description Externalizer
ExternalizerClassDescriptor. getExternalizer()
Methods in org.jboss.marshalling.river with parameters of type Externalizer Modifier and Type Method Description protected void
RiverMarshaller. writeExternalizerClass(Class<?> objClass, Externalizer externalizer)
protected void
RiverMarshaller. writeNewExternalizerClass(Class<?> objClass, Externalizer externalizer)
Constructors in org.jboss.marshalling.river with parameters of type Externalizer Constructor Description ExternalizerClassDescriptor(Class<?> clazz, Externalizer externalizer)
-
Uses of Externalizer in org.jboss.marshalling.serial
Constructors in org.jboss.marshalling.serial with parameters of type Externalizer Constructor Description ExternalizedObject(Externalizer externalizer, Object obj)
-