Uses of Class
com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector
-
Packages that use NopAnnotationIntrospector Package Description com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. -
-
Uses of NopAnnotationIntrospector in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect declared as NopAnnotationIntrospector Modifier and Type Field Description static NopAnnotationIntrospectorNopAnnotationIntrospector. instanceStatic immutable and shareable instance that can be used as "null" introspector: one that never finds any annotation information.
-