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