public class TypeKit extends Object
| 构造器和说明 |
|---|
TypeKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BigDecimal |
toBigDecimal(Object n) |
static Boolean |
toBoolean(Object b) |
static Byte |
toByte(Object n) |
static Date |
toDate(Object d) |
static Double |
toDouble(Object n) |
static Float |
toFloat(Object n) |
static Integer |
toInt(Object n) |
static LocalDateTime |
toLocalDateTime(Object ldt) |
static Long |
toLong(Object n) |
static Number |
toNumber(Object n) |
static Short |
toShort(Object n) |
static String |
toStr(Object s) |
public static BigDecimal toBigDecimal(Object n)
public static LocalDateTime toLocalDateTime(Object ldt)
Copyright © 2024. All rights reserved.