public class LocalDateConverter extends AbstractJavaTimeConverter<LocalDate>
LocalDate.| Constructor and Description |
|---|
LocalDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDate |
createTemporal(TemporalAccessor temporalAccessor)
Creates a new instance of D out of the passed date(time) as long
|
protected DateTimeFormatter |
getDateTimeFormatter() |
protected Class<LocalDate> |
getTargetType() |
convertToObject, convertToString, getDateTimeFormatternewConversionException, parseprotected Class<LocalDate> getTargetType()
getTargetType in class AbstractConverter<LocalDate>protected LocalDate createTemporal(TemporalAccessor temporalAccessor)
AbstractJavaTimeConvertercreateTemporal in class AbstractJavaTimeConverter<LocalDate>temporalAccessor - the date(time) in millis since Epochprotected DateTimeFormatter getDateTimeFormatter()
getDateTimeFormatter in class AbstractJavaTimeConverter<LocalDate>Copyright © 2006–2020 Apache Software Foundation. All rights reserved.