Snippets tagged “annotations”
1 snippet uses this tag.
- When is the @JsonProperty property used and what is it used for?Java
The @JsonProperty annotation is used to specify the property name in a JSON object when serializing or deserializing a Java object using the Jackson library.