* gh-37885:
Polish "Add properties for configuring EnumFeature and JsonNodeFeature"
Add properties for configuring EnumFeature and JsonNodeFeature
Closes gh-37885
@ -64,11 +64,19 @@ Spring Boot also has some features to make it easier to customize this behavior.
@@ -64,11 +64,19 @@ Spring Boot also has some features to make it easier to customize this behavior.
You can configure the `ObjectMapper` and `XmlMapper` instances by using the environment.
Jackson provides an extensive suite of on/off features that can be used to configure various aspects of its processing.
These features are described in six enums (in Jackson) that map onto properties in the environment:
These features are described in several enums (in Jackson) that map onto properties in the environment: