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