跳过导航链接
C D E F G I M N O P R S T U 

C

C_BACKSLASH - 类 中的静态变量plus.easydo.utils.text.StrFormatter
 
C_DELIM_END - 类 中的静态变量plus.easydo.utils.text.StrFormatter
 
C_DELIM_START - 类 中的静态变量plus.easydo.utils.text.StrFormatter
 
cast(Object) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
 
charset(String) - 类 中的静态方法plus.easydo.utils.text.CharsetKit
转换为Charset对象
CHARSET_GBK - 类 中的静态变量plus.easydo.utils.text.CharsetKit
GBK
CHARSET_ISO_8859_1 - 类 中的静态变量plus.easydo.utils.text.CharsetKit
ISO-8859-1
CHARSET_UTF_8 - 类 中的静态变量plus.easydo.utils.text.CharsetKit
UTF-8
CharsetKit - plus.easydo.utils.text中的类
字符集工具类
CharsetKit() - 类 的构造器plus.easydo.utils.text.CharsetKit
 
containsBean(String) - 类 中的静态方法plus.easydo.utils.SpringUtils
Object 一个以所给名字注册的bean的实例
convert(String, String, String) - 类 中的静态方法plus.easydo.utils.text.CharsetKit
转换字符串的字符集编码
convert(String, Charset, Charset) - 类 中的静态方法plus.easydo.utils.text.CharsetKit
转换字符串的字符集编码
Convert - plus.easydo.utils.text中的类
类型转换器
Convert() - 类 的构造器plus.easydo.utils.text.Convert
 
convertToCamelCase(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
将下划线大写方式命名的字符串转换为驼峰式。
convertVo(A, Supplier<B>) - 类 中的静态方法plus.easydo.utils.ResultConvertUtil
结果集合转换
copyList(List<A>, Supplier<B>) - 类 中的静态方法plus.easydo.utils.ResultConvertUtil
结果集合转换
copyListProperties(List<S>, Supplier<T>) - 类 中的静态方法plus.easydo.utils.ResultBeanUtil
 
CustomNodeFunction<T,R> - plus.easydo.utils.node中的接口
 

D

digitUppercase(double) - 类 中的静态方法plus.easydo.utils.text.Convert
数字金额大写转换 先写个完整的然后将如零拾替换成零

E

EMPTY_JSON - 类 中的静态变量plus.easydo.utils.text.StrFormatter
 
escapeOrderBySql(String) - 类 中的静态方法plus.easydo.utils.sql.SqlUtil
检查字符,防止注入绕过

F

format(String, Object...) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
格式化文本, {} 表示占位符 此方法只是简单将占位符 {} 按照顺序替换为参数
format(String, Object...) - 类 中的静态方法plus.easydo.utils.text.StrFormatter
格式化字符串 此方法只是简单将占位符 {} 按照顺序替换为参数

G

GBK - 类 中的静态变量plus.easydo.utils.text.CharsetKit
GBK
generateTree(List<T>, Predicate<? super T>, Function<T, R>, Function<T, R>, CustomNodeFunction<T, List<T>>) - 类 中的静态方法plus.easydo.utils.node.NodeUtils
将集合转为树结构
getAliases(String) - 类 中的静态方法plus.easydo.utils.SpringUtils
如果给定的bean名字在bean定义中有别名,则返回这些别名
getAopProxy(T) - 类 中的静态方法plus.easydo.utils.SpringUtils
获取aop代理对象
getBean(String) - 类 中的静态方法plus.easydo.utils.SpringUtils
 
getBean(Class<T>) - 类 中的静态方法plus.easydo.utils.SpringUtils
获取类型为requiredType的对象
getChildrenList(T, List<T>, Function<T, R>, Function<T, R>, CustomNodeFunction<T, List<T>>) - 类 中的静态方法plus.easydo.utils.node.NodeUtils
递归获取所有子节点
getHeaders(HttpServletRequest) - 类 中的静态方法plus.easydo.utils.ServletUtils
getHeaders
getInstance() - 类 中的静态方法plus.easydo.utils.SnowFlakeUtil
 
getParameter(String, String) - 类 中的静态方法plus.easydo.utils.ServletUtil
根据key获取参数
getParameter(String, Integer) - 类 中的静态方法plus.easydo.utils.ServletUtil
根据key获取参数
getParameter(String) - 类 中的静态方法plus.easydo.utils.ServletUtils
 
getParameter(String, String) - 类 中的静态方法plus.easydo.utils.ServletUtils
获取String参数
getParameterToInt(String) - 类 中的静态方法plus.easydo.utils.ServletUtils
获取Integer参数
getParameterToInt(String, Integer) - 类 中的静态方法plus.easydo.utils.ServletUtils
获取Integer参数
getRequest() - 类 中的静态方法plus.easydo.utils.ServletUtil
获取HttpServletRequest对象
getRequest() - 类 中的静态方法plus.easydo.utils.ServletUtils
 
getRequestAttributes() - 类 中的静态方法plus.easydo.utils.ServletUtils
getRequestAttributes
getResponse() - 类 中的静态方法plus.easydo.utils.ServletUtils
获取response
getSession() - 类 中的静态方法plus.easydo.utils.ServletUtils
获取session
getType(String) - 类 中的静态方法plus.easydo.utils.SpringUtils
 

I

inStringIgnoreCase(String, String...) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
是否包含字符串
isAjaxRequest(HttpServletRequest) - 类 中的静态方法plus.easydo.utils.ServletUtils
是否是Ajax异步请求
isArray(Object) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断一个对象是否是数组类型(Java基本型别的数组)
isEmpty(Collection<?>) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断一个Collection是否为空, 包含List,Set,Queue
isEmpty(Object[]) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断一个对象数组是否为空
isEmpty(Map<?, ?>) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
*判断一个Map是否为空
isEmpty(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
* 判断一个字符串是否为空串
isMatch(String, String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断url是否与规则配置: ?
isNotEmpty(Collection<?>) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断一个Collection是否非空,包含List,Set,Queue
isNotEmpty(Object[]) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
判断一个对象数组是否非空
isNotEmpty(Map<?, ?>) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
* 判断一个Map是否为空
isNotEmpty(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
* 判断一个字符串是否为非空串
isNotNull(Object) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
* 判断一个对象是否非空
isNull(Object) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
* 判断一个对象是否为空
ISO_8859_1 - 类 中的静态变量plus.easydo.utils.text.CharsetKit
ISO-8859-1
isSingleton(String) - 类 中的静态方法plus.easydo.utils.SpringUtils
判断以给定名字注册的bean定义是一个singleton还是一个prototype。
isValidOrderBySql(String) - 类 中的静态方法plus.easydo.utils.sql.SqlUtil
验证 order by 语法是否符合规范

M

matches(String, List<String>) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
查找指定字符串是否匹配指定字符串列表中的任意一个字符串

N

nextId() - 类 中的方法plus.easydo.utils.SnowFlakeUtil
产生下一个ID
NodeUtils - plus.easydo.utils.node中的类
 
nvl(T, T) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
获取参数不为空值

O

operationChildNode(T, R) - 接口 中的方法plus.easydo.utils.node.CustomNodeFunction
获取到子节点的子节点集合后的自定义操作

P

plus.easydo.utils - 程序包 plus.easydo.utils
 
plus.easydo.utils.node - 程序包 plus.easydo.utils.node
 
plus.easydo.utils.sql - 程序包 plus.easydo.utils.sql
 
plus.easydo.utils.text - 程序包 plus.easydo.utils.text
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法plus.easydo.utils.SpringUtils
功能描述

R

renderString(HttpServletResponse, String) - 类 中的静态方法plus.easydo.utils.ServletUtils
将字符串渲染到客户端
ResultBeanUtil - plus.easydo.utils中的类
 
ResultBeanUtil() - 类 的构造器plus.easydo.utils.ResultBeanUtil
 
ResultConvertUtil - plus.easydo.utils中的类
返回结果转换工具类

S

ServletUtil - plus.easydo.utils中的类
 
ServletUtil() - 类 的构造器plus.easydo.utils.ServletUtil
 
ServletUtils - plus.easydo.utils中的类
客户端工具类
ServletUtils() - 类 的构造器plus.easydo.utils.ServletUtils
 
SnowFlakeUtil - plus.easydo.utils中的类
twitter的snowflake算法 -- java实现
SnowFlakeUtil(long, long) - 类 的构造器plus.easydo.utils.SnowFlakeUtil
SnowFlakeUtil
SpringUtils - plus.easydo.utils中的类
spring工具类 方便在非spring管理环境中获取bean
SpringUtils() - 类 的构造器plus.easydo.utils.SpringUtils
 
SQL_PATTERN - 类 中的静态变量plus.easydo.utils.sql.SqlUtil
仅支持字母、数字、下划线、空格、逗号、小数点(支持多个字段排序)
SqlUtil - plus.easydo.utils.sql中的类
sql操作工具类
SqlUtil() - 类 的构造器plus.easydo.utils.sql.SqlUtil
 
str(Object, String) - 类 中的静态方法plus.easydo.utils.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(Object, Charset) - 类 中的静态方法plus.easydo.utils.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(byte[], String) - 类 中的静态方法plus.easydo.utils.text.Convert
将byte数组转为字符串
str(byte[], Charset) - 类 中的静态方法plus.easydo.utils.text.Convert
解码字节码
str(ByteBuffer, String) - 类 中的静态方法plus.easydo.utils.text.Convert
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - 类 中的静态方法plus.easydo.utils.text.Convert
将编码的byteBuffer数据转换为字符串
StrFormatter - plus.easydo.utils.text中的类
字符串格式化
StrFormatter() - 类 的构造器plus.easydo.utils.text.StrFormatter
 
StringUtils - plus.easydo.utils中的类
已过时。
StringUtils() - 类 的构造器plus.easydo.utils.StringUtils
已过时。
 
substring(String, int) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
截取字符串
substring(String, int, int) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
截取字符串
systemCharset() - 类 中的静态方法plus.easydo.utils.text.CharsetKit
 

T

toBigDecimal(Object, BigDecimal) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigDecimal(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object, BigInteger) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBool(Object, Boolean) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为boolean
String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBool(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为boolean
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toByte(Object, Byte) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toByte(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toCamelCase(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
驼峰式命名法
toChar(Object, Character) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toChar(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toDBC(String) - 类 中的静态方法plus.easydo.utils.text.Convert
全角转半角
toDBC(String, Set<Character>) - 类 中的静态方法plus.easydo.utils.text.Convert
替换全角为半角
toDouble(Object, Double) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toDouble(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toEnum(Class<E>, Object, E) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值
toEnum(Class<E>, Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值null
toFloat(Object, Float) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toFloat(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toInt(Object, Integer) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为int
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toInt(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为int
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toIntArray(String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Integer数组
toIntArray(String, String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Integer数组
toLong(Object, Long) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为long
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toLong(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为long
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toLongArray(String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Long数组
toLongArray(String, String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Long数组
toNumber(Object, Number) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toNumber(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toSBC(String) - 类 中的静态方法plus.easydo.utils.text.Convert
半角转全角
toSBC(String, Set<Character>) - 类 中的静态方法plus.easydo.utils.text.Convert
半角转全角
toShort(Object, Short) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toShort(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStr(Object, String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为字符串 如果给定的值为null,或者转换失败,返回默认值 转换失败不会报错
toStr(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStrArray(String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为String数组
toStrArray(String, String) - 类 中的静态方法plus.easydo.utils.text.Convert
转换为String数组
toUnderScoreCase(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
下划线转驼峰命名
trim(String) - 类 中的静态方法plus.easydo.utils.StringUtils
已过时。
去空格

U

urlDecode(String) - 类 中的静态方法plus.easydo.utils.ServletUtils
内容解码
urlEncode(String) - 类 中的静态方法plus.easydo.utils.ServletUtils
内容编码
utf8Str(Object) - 类 中的静态方法plus.easydo.utils.text.Convert
将对象转为字符串
1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
UTF_8 - 类 中的静态变量plus.easydo.utils.text.CharsetKit
UTF-8
C D E F G I M N O P R S T U 
跳过导航链接

Copyright © 2021. All Rights Reserved.