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