@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 String |
DEFAULT_FORMAT
Value that indicates the default format.
|
static String |
DEFAULT_LOCALE
Value that indicates that default
Locale . |
static String |
TIME_IN_MILLIS
Special date format which serializes given date as milliseconds.
|
public static final String DEFAULT_FORMAT
public static final String TIME_IN_MILLIS
public abstract String value
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.