Package | Description |
---|---|
com.fasterxml.jackson.databind.cfg |
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 ). |
Modifier and Type | Method and Description |
---|---|
static EnumFeature |
EnumFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumFeature[] |
EnumFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2022 FasterXML. All rights reserved.