public class SimpleType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
JAVA8_DATE_TIME |
| Constructor and Description |
|---|
SimpleType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSimpleType(Class<?> clazz)
Tells us if the class passed in is a known common type
|
static void |
registerSimpleType(Class<?> clazz)
注册新的类型
|
static void |
registerSimpleType(String classes)
注册新的类型
|
public static final String[] JAVA8_DATE_TIME
public static void registerSimpleType(Class<?> clazz)
clazz - 对象public static void registerSimpleType(String classes)
classes - 对象public static boolean isSimpleType(Class<?> clazz)
clazz - The class to checkCopyright © 2020. All rights reserved.