Package org.miaixz.bus.mapper.support
Class SimpleType
java.lang.Object
org.miaixz.bus.mapper.support.SimpleType
参考 org.apache.ibatis.type.SimpleTypeRegistry
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSimpleType(Class<?> clazz) 传入的类是否是已知的公共类型static void注册 8 种基本类型static voidregisterSimpleType(Class<?> clazz) 注册新的类型static voidregisterSimpleType(String classes) 注册新的类型
-
Field Details
-
JAVA8_DATE_TIME
-
-
Constructor Details
-
SimpleType
public SimpleType()
-
-
Method Details
-
registerSimpleType
-
registerPrimitiveTypes
public static void registerPrimitiveTypes()注册 8 种基本类型 -
registerSimpleType
-
isSimpleType
传入的类是否是已知的公共类型- Parameters:
clazz- 要检查的类- Returns:
- the boolean
-