Uses of Class
com.fasterxml.jackson.databind.cfg.ConstructorDetector.SingleArgConstructor
-
Packages that use ConstructorDetector.SingleArgConstructor 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
). -
-
Uses of ConstructorDetector.SingleArgConstructor in com.fasterxml.jackson.databind.cfg
Fields in com.fasterxml.jackson.databind.cfg declared as ConstructorDetector.SingleArgConstructor Modifier and Type Field Description protected ConstructorDetector.SingleArgConstructor
ConstructorDetector. _singleArgMode
Methods in com.fasterxml.jackson.databind.cfg that return ConstructorDetector.SingleArgConstructor Modifier and Type Method Description ConstructorDetector.SingleArgConstructor
ConstructorDetector. singleArgMode()
static ConstructorDetector.SingleArgConstructor
ConstructorDetector.SingleArgConstructor. valueOf(java.lang.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.Methods in com.fasterxml.jackson.databind.cfg with parameters of type ConstructorDetector.SingleArgConstructor Modifier and Type Method Description ConstructorDetector
ConstructorDetector. withSingleArgMode(ConstructorDetector.SingleArgConstructor singleArgMode)
Constructors in com.fasterxml.jackson.databind.cfg with parameters of type ConstructorDetector.SingleArgConstructor Constructor Description ConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode)
Constructors used for default configurations which only varies by_singleArgMode
ConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode, boolean requireCtorAnnotation, boolean allowJDKTypeCtors)
-