Annotation Type JsonProperty
Renames a
@Mapped field in the JSON projection. The default JSON key is
the field name; @JsonProperty lets a field map to snake_case or any
alternative spelling without touching the Java identifier.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe JSON key.
-