| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JacksonAnnotationIntrospector |
JacksonAnnotationIntrospector.setConstructorPropertiesImpliesCreator(boolean b)
Method for changing behavior of
ConstructorProperties:
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 of JsonCreator annotation. |
Copyright © 2008–2019 FasterXML. All rights reserved.