| Class | Description |
|---|---|
| CustomEnumDefinitionProvider |
Implementation of the
CustomDefinitionProviderV2 interface for treating enum types as plain strings based on a JsonValue annotation
being present with value = true on exactly one argument-free method and/or JsonProperty annotations being present on all enum
constants. |
| JacksonModule |
Module for setting up schema generation aspects based on
jackson-annotations. |
| JsonPropertySorter |
Implementation of the sorting logic for an object's properties based on a
JsonPropertyOrder annotation on the declaring type. |
| JsonSubTypesResolver |
Look-up of subtypes from a
JsonSubTypes annotation. |
| Enum | Description |
|---|---|
| JacksonOption |
Flags to enable/disable certain aspects of the
JacksonModule's processing. |
Copyright © 2021 VicTools. All rights reserved.