com.fasterxml.jackson.databind.introspect

Class NopAnnotationIntrospector

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.Versioned, Serializable


    public abstract class NopAnnotationIntrospector
    extends AnnotationIntrospector
    implements Serializable
    Dummy, "no-operation" implementation of AnnotationIntrospector. Can be used as is to suppress handling of annotations; or as a basis for simple configuration overrides (whether based on annotations or not).
    See Also:
    Serialized Form
    • Field Detail

      • instance

        public static final NopAnnotationIntrospector instance
        Static immutable and shareable instance that can be used as "null" introspector: one that never finds any annotation information.
    • Constructor Detail

      • NopAnnotationIntrospector

        public NopAnnotationIntrospector()
    • Method Detail

      • version

        public com.fasterxml.jackson.core.Version version()
        Specified by:
        version in interface com.fasterxml.jackson.core.Versioned
        Specified by:
        version in class AnnotationIntrospector

Copyright © 2008–2024 FasterXML. All rights reserved.