@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, waittoStringpublic static ZonedDateTimeStringConverter create()
public EnhancedType<ZonedDateTime> type()
StringConvertertype in interface StringConverter<ZonedDateTime>public ZonedDateTime fromString(String string)
StringConverterfromString in interface StringConverter<ZonedDateTime>Copyright © 2023. All rights reserved.