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 classAbstractExternalizerAn externalizer base class which handles object creation in a default fashion.static classPair.ExternalizerAn externalizer forPairinstances.Methods in org.jboss.marshalling that return Externalizer Modifier and Type Method Description ExternalizerAnnotationClassExternalizerFactory. getExternalizer(Class<?> type)Look up a custom externalizer for a given object class.ExternalizerChainingClassExternalizerFactory. getExternalizer(Class<?> type)Look up a custom externalizer for a given object class.ExternalizerClassExternalizerFactory. getExternalizer(Class<?> type)Look up a custom externalizer for a given object class.ExternalizerMappingClassExternalizerFactory. getExternalizer(Class<?> type)Look up a custom externalizer for a given object class.static ExternalizerMarshalling. 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 ExternalizerExternalizerClassDescriptor. getExternalizer()Methods in org.jboss.marshalling.river with parameters of type Externalizer Modifier and Type Method Description protected voidRiverMarshaller. writeExternalizerClass(Class<?> objClass, Externalizer externalizer)protected voidRiverMarshaller. 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)
-