Uses of Class
org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
-
Packages that use NopAnnotationIntrospector Package Description org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect
Fields in org.codehaus.jackson.map.introspect declared as NopAnnotationIntrospector Modifier and Type Field Description static NopAnnotationIntrospector
NopAnnotationIntrospector. instance
Static immutable and shareable instance that can be used as "null" introspector: one that never finds any annotation information.
-