Uses of Enum
com.fasterxml.jackson.databind.cfg.JsonNodeFeature
Packages that use JsonNodeFeature
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 JsonNodeFeature in com.fasterxml.jackson.databind.cfg
Subclasses with type arguments of type JsonNodeFeature in com.fasterxml.jackson.databind.cfgModifier and TypeClassDescriptionenumNew Datatype-specific configuration options related to handling ofJsonNodetypes.Methods in com.fasterxml.jackson.databind.cfg that return JsonNodeFeatureModifier and TypeMethodDescriptionstatic JsonNodeFeatureReturns the enum constant of this type with the specified name.static JsonNodeFeature[]JsonNodeFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.