Annotation AutoTimeZone
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = {ElementType.FIELD, ElementType.PARAMETER}) public @interface AutoTimeZone
How to auto convert LocalDateTime, ZonedDatetime and OffsetDateTime.
- Since:
2021-03-22
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract AutoZoneTypevalue()Auto convert to target TimeZone -
-
Method Detail
-
value
abstract AutoZoneType value()
Auto convert to target TimeZone
- Returns:
target TimeZone
-
-
-
-