- textToNumericFormatV4(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.IpUtils
-
将IPv4地址转换成字节
- threadPoolSize(int) - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader.Builder
-
- toBigDecimal(Object, BigDecimal) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toBigDecimal(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toBigInteger(Object, BigInteger) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toBigInteger(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
- toBool(Object, Boolean) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为boolean
String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toBool(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为boolean
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
- toByte(Object, Byte) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为byte
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
- toByte(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为byte
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toChar(Object, Character) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为字符
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
- toChar(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为字符
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toDbc(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
全角转半角
- toDbc(String, Set<Character>) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
替换全角为半角
- toDouble(Object, Double) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为double
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toDouble(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为double
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
- toEnum(Class<E>, Object, E) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值
- toEnum(Class<E>, Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值null
- toFile(String, Workbook) - 类 中的静态方法cn.w2n0.genghiskhan.utils.excel.ExcelUtils
-
- toFloat(Object, Float) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Float
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toFloat(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Float
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
- toInt(Object, Integer) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为int
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toInt(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为int
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toIntArray(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Integer数组
- toIntArray(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Integer数组
- toLong(Object, Long) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为long
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toLong(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为long
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toLongArray(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Long数组
- toLongArray(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Long数组
- toNumber(Object, Number) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Number
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
- toNumber(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Number
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
- toSbc(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
半角转全角
- toSbc(String, Set<Character>) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
半角转全角
- toShort(Object, Short) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Short
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
- toShort(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为Short
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toStr(Object, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为字符串
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
- toStr(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为字符串
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
- toStrArray(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为String数组
- toStrArray(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
-
转换为String数组