| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.cfg |
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind). |
| Modifier and Type | Field and Description |
|---|---|
protected ConstructorDetector.SingleArgConstructor |
ConstructorDetector._singleArgMode |
| Modifier and Type | Method and Description |
|---|---|
ConstructorDetector.SingleArgConstructor |
ConstructorDetector.singleArgMode() |
static ConstructorDetector.SingleArgConstructor |
ConstructorDetector.SingleArgConstructor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstructorDetector.SingleArgConstructor[] |
ConstructorDetector.SingleArgConstructor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConstructorDetector |
ConstructorDetector.withSingleArgMode(ConstructorDetector.SingleArgConstructor singleArgMode) |
| Constructor and Description |
|---|
ConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode)
Constructors used for default configurations which only varies
by
_singleArgMode |
ConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode,
boolean requireCtorAnnotation,
boolean allowJDKTypeCtors) |
Copyright © 2008–2020 FasterXML. All rights reserved.