| Constructor and Description |
|---|
LocalDateParser() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
apply(java.lang.String s) |
java.lang.String |
formatDescription() |
java.lang.Class<java.time.LocalDate> |
getReturnType() |
public java.lang.Class<java.time.LocalDate> getReturnType()
getReturnType in interface IParser<java.time.LocalDate>public java.time.LocalDate apply(java.lang.String s)
apply in interface java.util.function.Function<java.lang.String,java.time.LocalDate>public java.lang.String formatDescription()
formatDescription in interface IParser<java.time.LocalDate>