valueField property
Specifies the field within an "enhanced enum" to use as the value to use for serialization.
If an individual enum
element is annotated with @JsonValue
that value still takes precedence.
Implementation
final String? valueField;