Annotation Interface JsonbProperty


Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.

Usage

The @JsonbProperty annotation can be used with the following program elements:

  • a JavaBean property
  • field
  • parameter
Since:
JSON Binding 1.0