跳过导航链接
A B C D E F G H I K M R S T U V W Y Z 

A

adapter(Class<T>, Workbook) - 类 中的静态方法cn.w2n0.genghiskhan.utils.excel.ExcelUtils
 
adapter(Class<T>, InputStream) - 类 中的静态方法cn.w2n0.genghiskhan.utils.excel.ExcelUtils
 
AddressUtils - cn.w2n0.genghiskhan.utils.ip中的类
获取地址类
AddressUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.ip.AddressUtils
 
aesDecode(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.AesUtil
对称解密
aesEncode(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.AesUtil
对称加密
AesUtil - cn.w2n0.genghiskhan.utils.security中的类
Aes对称加密
AesUtil() - 类 的构造器cn.w2n0.genghiskhan.utils.security.AesUtil
 

B

BigFileReader - cn.w2n0.genghiskhan.utils.file中的类
大文件读取
BigFileReader(File, IFileHandle, Charset, int, int) - 类 的构造器cn.w2n0.genghiskhan.utils.file.BigFileReader
 
BigFileReader.Builder - cn.w2n0.genghiskhan.utils.file中的类
 
bufferSize(int) - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader.Builder
 
build() - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader.Builder
 
Builder(String, IFileHandle) - 类 的构造器cn.w2n0.genghiskhan.utils.file.BigFileReader.Builder
 
bytesToHexString(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
把字节数组转换成16进制字符串
bZip2(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
压缩BZip2

C

charset(Charset) - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader.Builder
 
chr(int) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.HtmlFilter
 
clean(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.EscapeUtil
清除所有HTML标签,但是不删除标签内的内容
clone(T) - 类 中的静态方法cn.w2n0.genghiskhan.utils.CloneUtils
 
CloneUtils - cn.w2n0.genghiskhan.utils中的类
 
CloneUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.CloneUtils
 
cn.w2n0.genghiskhan.utils - 程序包 cn.w2n0.genghiskhan.utils
 
cn.w2n0.genghiskhan.utils.compress - 程序包 cn.w2n0.genghiskhan.utils.compress
 
cn.w2n0.genghiskhan.utils.convert - 程序包 cn.w2n0.genghiskhan.utils.convert
 
cn.w2n0.genghiskhan.utils.escape - 程序包 cn.w2n0.genghiskhan.utils.escape
 
cn.w2n0.genghiskhan.utils.excel - 程序包 cn.w2n0.genghiskhan.utils.excel
 
cn.w2n0.genghiskhan.utils.file - 程序包 cn.w2n0.genghiskhan.utils.file
 
cn.w2n0.genghiskhan.utils.http - 程序包 cn.w2n0.genghiskhan.utils.http
 
cn.w2n0.genghiskhan.utils.ip - 程序包 cn.w2n0.genghiskhan.utils.ip
 
cn.w2n0.genghiskhan.utils.reflect - 程序包 cn.w2n0.genghiskhan.utils.reflect
 
cn.w2n0.genghiskhan.utils.security - 程序包 cn.w2n0.genghiskhan.utils.security
 
cn.w2n0.genghiskhan.utils.servlet - 程序包 cn.w2n0.genghiskhan.utils.servlet
 
cn.w2n0.genghiskhan.utils.sql - 程序包 cn.w2n0.genghiskhan.utils.sql
 
cn.w2n0.genghiskhan.utils.validation - 程序包 cn.w2n0.genghiskhan.utils.validation
 
cn.w2n0.genghiskhan.utils.validation.annotation - 程序包 cn.w2n0.genghiskhan.utils.validation.annotation
 
cn.w2n0.genghiskhan.utils.yml - 程序包 cn.w2n0.genghiskhan.utils.yml
 
CollectUtils - cn.w2n0.genghiskhan.utils.convert中的类
集合转换类
CollectUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.convert.CollectUtils
 
Column - cn.w2n0.genghiskhan.utils.excel中的注释类型
excle 列
CompressUtils - cn.w2n0.genghiskhan.utils.compress中的类
压缩算法
CompressUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.compress.CompressUtils
 
ContextUtil - cn.w2n0.genghiskhan.utils.http中的类
获取Servlet HttpRequest和HttpResponse的工具类。
ConvertUtils - cn.w2n0.genghiskhan.utils.convert中的类
类型转换器
ConvertUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.convert.ConvertUtils
 

D

DateUtils - cn.w2n0.genghiskhan.utils中的类
日期时间对象
DateUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.DateUtils
 
decode(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.EscapeUtil
Escape解码
decrypt(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.RsaUtil
RSA私钥解密。
deleteFile(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.file.FileUtils
删除文件
dichotomyDate(Date, Date) - 类 中的静态方法cn.w2n0.genghiskhan.utils.DateUtils
二分法分割开始和结束时间
digitUppercase(double) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
数字金额大写转换 先写个完整的然后将如零拾替换成零

E

encrypt(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.RsaUtil
RSA公钥加密。
EnumValid - cn.w2n0.genghiskhan.utils.validation.annotation中的注释类型
 
EnumValid.EnumValidator - cn.w2n0.genghiskhan.utils.validation.annotation中的类
枚举验证
EnumValidator() - 类 的构造器cn.w2n0.genghiskhan.utils.validation.annotation.EnumValid.EnumValidator
 
escape(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.EscapeUtil
转义文本中的HTML字符为安全的字符
escapeOrderBySql(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.sql.SqlUtil
检查字符,防止注入绕过
EscapeUtil - cn.w2n0.genghiskhan.utils.escape中的类
转义和反转义工具类
EscapeUtil() - 类 的构造器cn.w2n0.genghiskhan.utils.escape.EscapeUtil
 
ExcelResult<T> - cn.w2n0.genghiskhan.utils.excel中的类
Excel返回结果
ExcelResult() - 类 的构造器cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
ExcelUtils - cn.w2n0.genghiskhan.utils.excel中的类
excel 文件存储工具
ExcelUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.excel.ExcelUtils
 

F

FILENAME_PATTERN - 类 中的静态变量cn.w2n0.genghiskhan.utils.file.FileUtils
 
FileUtils - cn.w2n0.genghiskhan.utils.file中的类
文件处理工具类
FileUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.file.FileUtils
 
filter(String) - 类 中的方法cn.w2n0.genghiskhan.utils.escape.HtmlFilter
given a user submitted input String, filter out any invalid or restricted html.

G

genKeyPair() - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.RsaUtil
 
getErrWorkbook() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
getFail() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
getHostIp() - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.IpUtils
 
getHostName() - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.IpUtils
 
getHttpRequest() - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.ContextUtil
获取Servlet请求上下文的HttpRequest对象。
getHttpResponse() - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.ContextUtil
获取Servlet请求上下文的HttpResponse对象。
getInterfacceParamterName(Class, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
 
getInterfaceMethodParamNames(Method) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
获取接口方法的参数名(抽象方法也可以) 编译时增加参数 -parameters
getIpAddr(HttpServletRequest) - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.IpUtils
 
getK() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.KeyValue
 
getList() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
getParameter(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取String参数
getParameter(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取String参数
getParameterNameJava8(Class, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
 
getParameterToInt(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取Integer参数
getParameterToInt(String, Integer) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取Integer参数
getParamterName(Class, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
 
getParamterNameJavassist(Class, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
 
getRealAddressByIp(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.AddressUtils
 
getRequest() - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取request
getRequestAttributes() - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取请求参数
getResponse() - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取response
getSession() - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
获取session
getSuccess() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
getV() - 类 中的方法cn.w2n0.genghiskhan.utils.excel.KeyValue
 
getValue(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.yml.YmlUtils
读取yml文件中的某个value。
getValueByKey(Object, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
单个对象的某个键的值
getYmlByString(String, String...) - 类 中的静态方法cn.w2n0.genghiskhan.utils.yml.YmlUtils
获取yml字符串的key值
gZip(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
压缩GZip

H

handle(String) - 接口 中的方法cn.w2n0.genghiskhan.utils.file.IFileHandle
处理者
hasRequestContext() - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.ContextUtil
判断当前是否处于HttpServletRequest上下文环境。
headersToMultiValueMap(HttpHeaders) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpParamsUtils
headers to map
HtmlFilter - cn.w2n0.genghiskhan.utils.escape中的类
HTML过滤器,用于去除XSS漏洞隐患。
HtmlFilter() - 类 的构造器cn.w2n0.genghiskhan.utils.escape.HtmlFilter
Default constructor.
HtmlFilter(Map<String, Object>) - 类 的构造器cn.w2n0.genghiskhan.utils.escape.HtmlFilter
Map-parameter configurable constructor.
htmlSpecialChars(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.HtmlFilter
 
HttpParamsUtils - cn.w2n0.genghiskhan.utils.http中的类
 
HttpParamsUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.http.HttpParamsUtils
 
HttpUtils - cn.w2n0.genghiskhan.utils.http中的类
通用http发送方法
HttpUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.http.HttpUtils
 

I

IFileHandle - cn.w2n0.genghiskhan.utils.file中的接口
文件处理
initialize(EnumValid) - 类 中的方法cn.w2n0.genghiskhan.utils.validation.annotation.EnumValid.EnumValidator
 
initialize(RegionStr) - 类 中的方法cn.w2n0.genghiskhan.utils.validation.annotation.RegionStr.RegionStrValidator
 
internalIp(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.ip.IpUtils
 
IP_URL - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.AddressUtils
 
IpUtils - cn.w2n0.genghiskhan.utils.ip中的类
获取IP方法
IpUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.ip.IpUtils
 
isAjaxRequest(HttpServletRequest) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
是否是Ajax异步请求
isAlwaysMakeTags() - 类 中的方法cn.w2n0.genghiskhan.utils.escape.HtmlFilter
 
isInteger(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.StringUtils
判断是否是数字类型
isStripComments() - 类 中的方法cn.w2n0.genghiskhan.utils.escape.HtmlFilter
 
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.w2n0.genghiskhan.utils.validation.annotation.EnumValid.EnumValidator
 
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.w2n0.genghiskhan.utils.validation.annotation.RegionStr.RegionStrValidator
 
isValidFilename(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.file.FileUtils
文件名称验证
isValidOrderBySql(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.sql.SqlUtil
验证 order by 语法是否符合规范

K

KEY1 - 类 中的静态变量cn.w2n0.genghiskhan.utils.escape.EscapeUtil
 
KEY1 - 类 中的静态变量cn.w2n0.genghiskhan.utils.escape.HtmlFilter
 
KEY1 - 类 中的静态变量cn.w2n0.genghiskhan.utils.file.BigFileReader
 
KEY1 - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 
KEY1 - 类 中的静态变量cn.w2n0.genghiskhan.utils.servlet.ServletUtils
 
KEY2 - 类 中的静态变量cn.w2n0.genghiskhan.utils.file.BigFileReader
 
KEY2 - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 
KEY2 - 类 中的静态变量cn.w2n0.genghiskhan.utils.servlet.ServletUtils
 
KEY3 - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 
KEY3 - 类 中的静态变量cn.w2n0.genghiskhan.utils.servlet.ServletUtils
 
KEY4 - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 
KEY5 - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 
KeyValue<K,V> - cn.w2n0.genghiskhan.utils.excel中的类
键值对象
KeyValue() - 类 的构造器cn.w2n0.genghiskhan.utils.excel.KeyValue
 

M

main(String[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.EscapeUtil
 
main(String[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.security.RsaUtil
 
MAXLONG - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.IpUtils
 

R

RE_HTML_MARK - 类 中的静态变量cn.w2n0.genghiskhan.utils.escape.EscapeUtil
 
ReflectUtil - cn.w2n0.genghiskhan.utils.reflect中的类
反射工具类
ReflectUtil() - 类 的构造器cn.w2n0.genghiskhan.utils.reflect.ReflectUtil
 
RegionStr - cn.w2n0.genghiskhan.utils.validation.annotation中的注释类型
项目清单:sms
RegionStr.RegionStrValidator - cn.w2n0.genghiskhan.utils.validation.annotation中的类
 
RegionStrValidator() - 类 的构造器cn.w2n0.genghiskhan.utils.validation.annotation.RegionStr.RegionStrValidator
 
Regular - cn.w2n0.genghiskhan.utils.excel中的枚举
excel 列校验表达式
renderString(HttpServletResponse, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.servlet.ServletUtils
将字符串渲染到客户端
requestParamsToMap(HttpServletRequest) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpParamsUtils
request to map
requestParamsToMap(ServerHttpRequest) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpParamsUtils
request to map
requestParamsToMultiValueMap(HttpServletRequest) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpParamsUtils
request to map
RsaUtil - cn.w2n0.genghiskhan.utils.security中的类
RSA 非对称加密
RsaUtil() - 类 的构造器cn.w2n0.genghiskhan.utils.security.RsaUtil
 

S

sendGet(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpUtils
向指定URL发送GET方法的请求
sendGet(String, String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpUtils
向指定 URL 发送GET方法的请求
sendPost(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpUtils
向指定 URL 发送POST方法的请求
sendSslPost(String, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.http.HttpUtils
 
ServletUtils - cn.w2n0.genghiskhan.utils.servlet中的类
客户端工具类
ServletUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.servlet.ServletUtils
 
setErrWorkbook(Workbook) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
setFail(int) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
setK(K) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.KeyValue
 
setList(List<T>) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
setSuccess(int) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.ExcelResult
 
setV(V) - 类 中的方法cn.w2n0.genghiskhan.utils.excel.KeyValue
 
shutdown() - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader
 
splitList(List, int) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.CollectUtils
切分list
SQL_PATTERN - 类 中的静态变量cn.w2n0.genghiskhan.utils.sql.SqlUtil
仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
SqlUtil - cn.w2n0.genghiskhan.utils.sql中的类
sql操作工具类
SqlUtil() - 类 的构造器cn.w2n0.genghiskhan.utils.sql.SqlUtil
 
start() - 类 中的方法cn.w2n0.genghiskhan.utils.file.BigFileReader
 
str(Object, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(Object, Charset) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(byte[], String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将byte数组转为字符串
str(byte[], Charset) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
解码字节码
str(ByteBuffer, String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将编码的byteBuffer数据转换为字符串
StringUtils - cn.w2n0.genghiskhan.utils中的类
 
StringUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.StringUtils
 

T

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数组

U

unBzip2(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
解压BZip2
unescape(String) - 类 中的静态方法cn.w2n0.genghiskhan.utils.escape.EscapeUtil
还原被转义的HTML特殊字符
unGzip(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
解压GZip
UNKNOWN - 类 中的静态变量cn.w2n0.genghiskhan.utils.ip.AddressUtils
 
unZip(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
解压Zip
utf8Str(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.convert.ConvertUtils
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
UTF_8 - 类 中的静态变量cn.w2n0.genghiskhan.utils.convert.ConvertUtils
 

V

validate(Object) - 类 中的静态方法cn.w2n0.genghiskhan.utils.validation.ValidationUtils
 
ValidationUtils - cn.w2n0.genghiskhan.utils.validation中的类
校验工具类
ValidationUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.validation.ValidationUtils
 
value() - 枚举 中的方法cn.w2n0.genghiskhan.utils.excel.Regular
 
valueOf(String) - 枚举 中的静态方法cn.w2n0.genghiskhan.utils.excel.Regular
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.w2n0.genghiskhan.utils.excel.Regular
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeBytes(String, OutputStream) - 类 中的静态方法cn.w2n0.genghiskhan.utils.file.FileUtils
输出指定文件的byte数组

Y

YmlUtils - cn.w2n0.genghiskhan.utils.yml中的类
yml管理工具
YmlUtils() - 类 的构造器cn.w2n0.genghiskhan.utils.yml.YmlUtils
 

Z

zip(byte[]) - 类 中的静态方法cn.w2n0.genghiskhan.utils.compress.CompressUtils
压缩Zip
A B C D E F G H I K M R S T U V W Y Z 
跳过导航链接

Copyright © 2022. All rights reserved.