Package org.eclipse.microprofile.graphql
Annotation Interface NumberFormat
@Retention(RUNTIME)
@Target({TYPE_USE,ANNOTATION_TYPE,FIELD,METHOD,TYPE,PARAMETER,PACKAGE})
@Documented
public @interface NumberFormat
Annotation provides way how to set custom number format to field or JavaBean property. (or collection there of) This
is similar to Jsonb (JsonbNumberFormat) except that it adds support for TYPE_USE
-
Field Details
-
DEFAULT_LOCALE
- See Also:
-
DEFAULT_FORMAT
- See Also:
-
-
Element Details