com.fasterxml.jackson.databind.introspect

Class JacksonAnnotationIntrospector

    • Field Detail

      • _annotationsInside

        protected transient LRUMap<Class<?>,Boolean> _annotationsInside
        Since introspection of annotation types is a performance issue in some use cases (rare, but do exist), let's try a simple cache to reduce need for actual meta-annotation introspection.

        Non-final only because it needs to be re-created after deserialization.

        Since:
        2.7
    • Constructor Detail

      • JacksonAnnotationIntrospector

        public JacksonAnnotationIntrospector()

Copyright © 2008–2019 FasterXML. All rights reserved.