public class String2LocalTimeConverter extends Object implements StringConverter<java.time.LocalTime>
将字符串类型的时间转换为LocalTime
| 构造器和说明 |
|---|
String2LocalTimeConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.time.LocalTime |
convert(String source)
Convert the string to another type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittrimSourcepublic java.time.LocalTime convert(String source)
StringConverterconvert 在接口中 StringConverter<java.time.LocalTime>source - the string sourceCopyright © 2020. All rights reserved.