Uses of Enum
com.fasterxml.jackson.databind.cfg.ConstructorDetector.SingleArgConstructor
Packages that use ConstructorDetector.SingleArgConstructor
Package
Description
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.SingleArgConstructorModifier and TypeFieldDescriptionprotected final ConstructorDetector.SingleArgConstructor
ConstructorDetector._singleArgMode
Methods in com.fasterxml.jackson.databind.cfg that return ConstructorDetector.SingleArgConstructorModifier and TypeMethodDescriptionConstructorDetector.singleArgMode()
Returns the enum constant of this type with the specified name.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.SingleArgConstructorModifier and TypeMethodDescriptionConstructorDetector.withSingleArgMode
(ConstructorDetector.SingleArgConstructor singleArgMode) Constructors in com.fasterxml.jackson.databind.cfg with parameters of type ConstructorDetector.SingleArgConstructorModifierConstructorDescriptionprotected
ConstructorDetector
(ConstructorDetector.SingleArgConstructor singleArgMode) Constructors used for default configurations which only varies by_singleArgMode
protected
ConstructorDetector
(ConstructorDetector.SingleArgConstructor singleArgMode, boolean requireCtorAnnotation, boolean allowJDKTypeCtors)