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