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