@ThreadSafe @Immutable public class ZoneIdStringConverter extends Object implements StringConverter<ZoneId>
| Modifier and Type | Method and Description |
|---|---|
static ZoneIdStringConverter |
create() |
ZoneId |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<ZoneId> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static ZoneIdStringConverter create()
public EnhancedType<ZoneId> type()
StringConvertertype in interface StringConverter<ZoneId>public ZoneId fromString(String string)
StringConverterfromString in interface StringConverter<ZoneId>Copyright © 2020. All rights reserved.