@JsonbAnnotation @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,FIELD,METHOD,TYPE,PARAMETER,PACKAGE}) public @interface JsonbNumberFormat
Annotation provides way how to set custom number format to field or JavaBean property.
The pattern format is specified in DecimalFormat
Usage
The @JsonbNumberFormat annotation can be used with the following program elements:
| Modifier and Type | Fields and Description | 
|---|---|
static String | 
DEFAULT_LOCALE
Value that indicates that default  
Locale. | 
public abstract String value
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.