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