Uses of Interface
org.jboss.marshalling.Externalizer
-
Packages that use Externalizer Package Description org.jboss.marshalling The marshalling API. -
-
Uses of Externalizer in org.jboss.marshalling
Classes in org.jboss.marshalling that implement Externalizer Modifier and Type Class Description 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.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.
-