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
Subclasses with type arguments of type ConstructorDetector.SingleArgConstructor in com.fasterxml.jackson.databind.cfgModifier and TypeClassDescriptionstatic enumDefinition of alternate handling modes of single-argument constructors that are annotated withJsonCreatorbut without "mode" definition (or explicit name for the argument): this is the case where two interpretations are possible -- "properties" (in which case the argument is named parameter of a JSON Object) and "delegating (in which case the argument maps to the whole JSON value).Fields in com.fasterxml.jackson.databind.cfg declared as ConstructorDetector.SingleArgConstructorModifier and TypeFieldDescriptionprotected final ConstructorDetector.SingleArgConstructorConstructorDetector._singleArgModeMethods 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.SingleArgConstructorModifierConstructorDescriptionprotectedConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode) Constructors used for default configurations which only varies by_singleArgModeprotectedConstructorDetector(ConstructorDetector.SingleArgConstructor singleArgMode, boolean requireCtorAnnotation, boolean allowJDKTypeCtors)