ClassExternalizerFactory
public class AnnotationClassExternalizerFactory extends Object implements ClassExternalizerFactory
Externalize
annotation.Constructor | Description |
---|---|
AnnotationClassExternalizerFactory() |
Construct a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
Externalizer |
getExternalizer(Class<?> type) |
Look up a custom externalizer for a given object class.
|
public AnnotationClassExternalizerFactory()
public Externalizer getExternalizer(Class<?> type)
null
.getExternalizer
in interface ClassExternalizerFactory
type
- the type to be externalizednull
if there is noneCopyright © 2018 JBoss by Red Hat. All rights reserved.