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