AnnotationClassExternalizerFactory
, ChainingClassExternalizerFactory
, MappingClassExternalizerFactory
public interface ClassExternalizerFactory
Modifier and Type | Method | Description |
---|---|---|
Externalizer |
getExternalizer(Class<?> type) |
Look up a custom externalizer for a given object class.
|
Externalizer getExternalizer(Class<?> type)
null
.type
- the type to be externalizednull
if there is noneCopyright © 2019 JBoss by Red Hat. All rights reserved.