Uses of Enum Class
tools.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 (
tools.jackson.databind).-
Uses of JsonNodeFeature in tools.jackson.databind.cfg
Methods in tools.jackson.databind.cfg that return JsonNodeFeatureModifier and TypeMethodDescriptionstatic JsonNodeFeatureReturns the enum constant of this class with the specified name.static JsonNodeFeature[]JsonNodeFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.