- All Known Implementing Classes:
AnnotationClassExternalizerFactory,ChainingClassExternalizerFactory,MappingClassExternalizerFactory
public interface ClassExternalizerFactory
A factory for locating custom externalizers.
-
Method Summary
Modifier and TypeMethodDescriptiongetExternalizer(Class<?> type) Look up a custom externalizer for a given object class.
-
Method Details
-
getExternalizer
Look up a custom externalizer for a given object class. If no such externalizer exists, returnsnull.- Parameters:
type- the type to be externalized- Returns:
- the externalizer, or
nullif there is none
-