|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.AnnotationClassExternalizerFactory
public class AnnotationClassExternalizerFactory
An externalizer factory which looks for the presence of the Externalize
annotation.
Constructor Summary | |
---|---|
AnnotationClassExternalizerFactory()
Construct a new instance. |
Method Summary | |
---|---|
Externalizer |
getExternalizer(java.lang.Class<?> type)
Look up a custom externalizer for a given object class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationClassExternalizerFactory()
Method Detail |
---|
public Externalizer getExternalizer(java.lang.Class<?> type)
null
.
getExternalizer
in interface ClassExternalizerFactory
type
- the type to be externalized
null
if there is none
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |