@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, wait
toString
public static ZoneIdStringConverter create()
public EnhancedType<ZoneId> type()
StringConverter
type
in interface StringConverter<ZoneId>
public ZoneId fromString(String string)
StringConverter
fromString
in interface StringConverter<ZoneId>
Copyright © 2020. All rights reserved.