Class AnnotationClassExternalizerFactory

    • Constructor Detail

      • AnnotationClassExternalizerFactory

        public AnnotationClassExternalizerFactory()
        Construct a new instance.
    • Method Detail

      • getExternalizer

        public Externalizer getExternalizer​(Class<?> type)
        Look up a custom externalizer for a given object class. If no such externalizer exists, returns null.
        Specified by:
        getExternalizer in interface ClassExternalizerFactory
        Parameters:
        type - the type to be externalized
        Returns:
        the externalizer, or null if there is none