Annotation Interface JsonbDateFormat


Annotation provides way how to set custom date format to field or JavaBean property.

The pattern format is specified in DateTimeFormatter

Usage

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

  • field
  • getter/setter
  • type
  • parameter
  • package
Since:
JSON Binding 1.0