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