Annotation Type JsonTimestampFormat
-
@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Inherited public @interface JsonTimestampFormat
Annotation which can be used to specify the timestamp format to used when serializing/deserializing the annotated property/field/parameter.This annotation only applies if
GensonBuilder.isDateAsTimestamp()is set to true or if the property is annotated withJsonDateFormat.asTimeInMillis()set to true
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description TimestampFormatvalueTheTimestampFormatvalue.
-
-
-
Element Detail
-
value
TimestampFormat value
TheTimestampFormatvalue.- Returns:
- the
TimestampFormatvalue
-
-