public class String2LocalDateConverter extends Object implements StringConverter<java.time.LocalDate>
@LocalDate| 构造器和说明 |
|---|
String2LocalDateConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.time.LocalDate |
convert(String source)
Convert the string to another type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittrimSourcepublic java.time.LocalDate convert(String source)
StringConverterconvert 在接口中 StringConverter<java.time.LocalDate>source - the string sourceCopyright © 2019. All rights reserved.