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 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.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.
-