Class LocaleZoneIdUtil
-
- All Implemented Interfaces:
public class LocaleZoneIdUtil- Since:
2022-10-09
trydofor
-
-
Constructor Summary
Constructors Constructor Description LocaleZoneIdUtil()
-
Method Summary
Modifier and Type Method Description static ZoneIdZoneIdNullable()Get the ZoneId of the current thread with priority logined TerminalContext, LocaleContextHolder static LocaleLocaleNullable()Get the Locale of the current thread with priority logined TerminalContext, LocaleContextHolder static ZoneIdZoneIdNonnull()Get the ZoneId of the current thread with priority logined TerminalContext, LocaleContextHolder, systemDefault static LocaleLocaleNonnull()Get the Locale of the current thread with priority logined TerminalContext, LocaleContextHolder, systemDefault -
-
Method Detail
-
ZoneIdNullable
@Nullable() static ZoneId ZoneIdNullable()
Get the ZoneId of the current thread with priority logined TerminalContext, LocaleContextHolder
-
LocaleNullable
@Nullable() static Locale LocaleNullable()
Get the Locale of the current thread with priority logined TerminalContext, LocaleContextHolder
-
ZoneIdNonnull
@NotNull() static ZoneId ZoneIdNonnull()
Get the ZoneId of the current thread with priority logined TerminalContext, LocaleContextHolder, systemDefault
-
LocaleNonnull
@NotNull() static Locale LocaleNonnull()
Get the Locale of the current thread with priority logined TerminalContext, LocaleContextHolder, systemDefault
-
-
-
-