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