Annotation Type JsonDateFormat
-
@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Inherited @Documented public @interface JsonDateFormat
Can be used on java.util.Date and java.util.Calendar to indicate the pattern or lang to use when working with this date field. The pattern format are the standard ones fromSimpleDateFormat.- Author:
- Eugen Cepoi
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanasTimeInMillisStringlangStringvalueThe pattern to use.
-