@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,FIELD,METHOD,TYPE,PARAMETER,PACKAGE}) public @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:
| Modifier and Type | Fields and Description | 
|---|---|
| static java.lang.String | DEFAULT_FORMATValue that indicates the default format. | 
| static java.lang.String | DEFAULT_LOCALEValue that indicates that default  Locale. | 
| static java.lang.String | TIME_IN_MILLISSpecial date format which serializes given date as milliseconds. | 
public static final java.lang.String DEFAULT_LOCALE
Locale.public static final java.lang.String DEFAULT_FORMAT
public static final java.lang.String TIME_IN_MILLIS