Uses of Class
com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
Packages that use JacksonAnnotationIntrospector 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 JacksonAnnotationIntrospector in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return JacksonAnnotationIntrospector Modifier and Type Method Description JacksonAnnotationIntrospector
JacksonAnnotationIntrospector. 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.
-