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