Annotation Type JsonZoneId
-
@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Inherited public @interface JsonZoneId
Annotation used to override theZoneIdto use when deserializing the annotated field/property/parameter.
-
-
Element Detail
-
value
String value
- Returns:
- the Zone Id
- Default:
- ""
-
-