Jackson Annotations
AnnotationPurposeUsage
@JsonAnyGetterEnables the flexibility of using a Map field as standard properties.Use when you want to serialize a Map's key-value pairs as JSON properties.
@JsonGetterMarks a method as a getter for a specific property, alt...
builds.rishabhrahul.com2 min read