public class String2LocalDateConverter extends BaseDateConverter<LocalDate> implements org.springframework.core.convert.converter.Converter<String,LocalDate>
protected static Map<String,String>
FORMAT
String2LocalDateConverter()
LocalDate
convert(String source)
protected Map<String,String>
getFormat()
convert
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
protected static final Map<String,String> FORMAT
public String2LocalDateConverter()
protected Map<String,String> getFormat()
BaseDateConverter
getFormat
BaseDateConverter<LocalDate>
public LocalDate convert(String source)
org.springframework.core.convert.converter.Converter<String,LocalDate>
Copyright © 2021. All rights reserved.