| 接口 | 说明 |
|---|---|
| StringConverter<T> |
Convert the string to another type
|
| 类 | 说明 |
|---|---|
| String2BigDecimalConverter |
Convert the string to big decimal
|
| String2BooleanConverter |
Convert the string to boolean
|
| String2DateConverter |
Convert the string to date
0.0.4: Add millisecond conversion |
| String2DoubleConverter |
Convert the string to double
|
| String2FloatConverter |
Convert the string to float
|
| String2IntegerConverter |
Convert the string to integer
|
| String2LocalDateConverter |
将字符串类型的时间转换为
@LocalDate |
| String2LocalDateTimeConverter |
将字符串类型的时间转换为
LocalDateTime |
| String2LocalTimeConverter |
将字符串类型的时间转换为
LocalTime |
| String2LongConverter |
Convert the string to long
|
| String2StringConverter |
Convert the string to string
|
Copyright © 2019. All rights reserved.