Uses of Enum Class
icu.easyj.core.enums.DataType
Packages that use DataType
-
Uses of DataType in icu.easyj.core.convert
Methods in icu.easyj.core.convert with parameters of type DataTypeModifier and TypeMethodDescriptionstatic booleanConvertUtils.canConvert(DataType sourceType, DataType targetType) 判断是否可以转换static <T> T转换static <T> T转换static <T> List<T>ConvertUtils.convertList(Collection<?> sourceList, DataType targetType) 转换列表数据 -
Uses of DataType in icu.easyj.core.enums
Methods in icu.easyj.core.enums that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataType.getByClass(Class<?> clazz) 根据数据类获取枚举static DataTypeDataType.getByCode(int code) 根据代码获取枚举static DataType根据类型字符串获取枚举static DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.