Uses of Class
com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
Packages that use JacksonAnnotationIntrospector
Package
Description
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of JacksonAnnotationIntrospector in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return JacksonAnnotationIntrospectorModifier and TypeMethodDescriptionJacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator
(boolean b) Method for changing behavior ofConstructorProperties
: if set to `true`, existence DOES indicate that the given constructor should be considered a creator; `false` that it should NOT be considered a creator without explicit use ofJsonCreator
annotation.