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

A

addNextNode(Character, Node) - 类 中的方法cn.jdevelops.string.privates.Node
 
address(String, int) - 类 中的静态方法cn.jdevelops.string.StringHide
[地址] 只显示到地区,不显示详细地址;我们要对个人信息增强保护<例子:北京市海淀区****>
addStr(int, String, String) - 类 中的静态方法cn.jdevelops.string.StringFormat
给字符串指定位置插入数据
addWord(String) - 类 中的方法cn.jdevelops.string.privates.Node
 
addWord(List<String>) - 类 中的方法cn.jdevelops.string.privates.Node
 
append(String, String) - 类 中的静态方法cn.jdevelops.file.HostsUtil
添加 hosts
appendLines(Collection<T>, File, Charset) - 类 中的静态方法cn.jdevelops.file.FileUtil
将列表写入文件,追加模式,策略为: 当文件为空,从开头追加,尾部不加空行 当有内容,换行追加,尾部不加空行 当有内容,并末尾有空行,依旧换行追加
asyncPost(Object) - 类 中的静态方法cn.jdevelops.bus.GuavaEventBusUtil
异步方式发送事件

B

bankCard(String) - 类 中的静态方法cn.jdevelops.string.StringHide
银行卡号遮掩
BASE64DecodedMultipartFile - cn.jdevelops.image中的类
来源于网络 base64转Multipart
BASE64DecodedMultipartFile(byte[], String) - 类 的构造器cn.jdevelops.image.BASE64DecodedMultipartFile
 
Base64Str - cn.jdevelops.image中的类
Base64有关的工具类
Base64Str() - 类 的构造器cn.jdevelops.image.Base64Str
 
base64ToMultipart(String) - 类 中的静态方法cn.jdevelops.image.BASE64DecodedMultipartFile
base64转Multipart
BLACK - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLACK_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
BLUE_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
bytes2BinaryStr(byte[]) - 类 中的静态方法cn.jdevelops.string.StringByte
将字节数组转换成16进制字符串
bytes2Float(byte[]) - 类 中的静态方法cn.jdevelops.string.StringByte
字节数组转float 采用IEEE 754标准
byteToHex(byte[]) - 类 中的静态方法cn.jdevelops.string.StringByte
byte数组转hex

C

captureName(String) - 类 中的静态方法cn.jdevelops.string.StringCommon
首字母大写
charset - 类 中的变量cn.jdevelops.file.files.FileWrapper
 
checkLoinName(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
昵称格式:限16个字符,支持中英文、数字、减号或下划线
checkNickName(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
用户名验证 -- 好像用问题 (待仔细验证) 只能包含汉字、英文、“_”和数字 且在2-10位 不能以数字开头
checkPhone(String, String) - 类 中的静态方法cn.jdevelops.string.StringVerify
手机号验证
checkPwd(String, Integer) - 类 中的静态方法cn.jdevelops.string.StringVerify
密码验证 密码必须是包含大写字母、小写字母、数字、特殊符号(不是字母,数字,下划线,汉字的字符)的8位以上组合 至少8个字符,至少1个大写字母,1个小写字母和1个数字
cleanChars(String) - 类 中的静态方法cn.jdevelops.string.StringFormat
清理字符串,清理出某些不可见字符
close(Closeable) - 类 中的静态方法cn.jdevelops.file.files.FileReader
关闭
关闭失败不会抛出异常
cn.jdevelops.bus - 程序包 cn.jdevelops.bus
 
cn.jdevelops.console - 程序包 cn.jdevelops.console
 
cn.jdevelops.enums - 程序包 cn.jdevelops.enums
 
cn.jdevelops.file - 程序包 cn.jdevelops.file
 
cn.jdevelops.file.files - 程序包 cn.jdevelops.file.files
 
cn.jdevelops.image - 程序包 cn.jdevelops.image
 
cn.jdevelops.json - 程序包 cn.jdevelops.json
 
cn.jdevelops.log - 程序包 cn.jdevelops.log
 
cn.jdevelops.string - 程序包 cn.jdevelops.string
 
cn.jdevelops.string.enums - 程序包 cn.jdevelops.string.enums
 
cn.jdevelops.string.privates - 程序包 cn.jdevelops.string.privates
 
cn.jdevelops.thread - 程序包 cn.jdevelops.thread
 
ConsoleColors - cn.jdevelops.console中的类
控制台输出颜色 System.out.println(ConsoleColors.RED + "RED COLORED" + ConsoleColors.RESET + " NORMAL");
ConsoleColors() - 类 的构造器cn.jdevelops.console.ConsoleColors
 
consoleLog(String) - 类 中的静态方法cn.jdevelops.string.StringFormat
打印日志 (info级别)
convertToMap(String) - 类 中的方法cn.jdevelops.json.GsonUtils
Convert to map map.
create(File, Charset) - 类 中的静态方法cn.jdevelops.file.files.FileReader
创建 FileReader
create(File, Charset) - 类 中的静态方法cn.jdevelops.file.files.FileWriter
创建 FileWriter
CYAN - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
CYAN_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 

D

debug(Logger, String, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
debug log.
debug(Logger, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
debug log.
DEFAULT_FORMAT - 类 中的静态变量cn.jdevelops.string.StringFormat
 
delete(String, String) - 类 中的静态方法cn.jdevelops.file.HostsUtil
根据输入IP和Domain,删除host文件中的某个host配置

E

email(String) - 类 中的静态方法cn.jdevelops.string.StringHide
邮箱遮掩
encode(String) - 类 中的静态方法cn.jdevelops.string.StringCoding
字符转utf-8格式
EnumsUtils - cn.jdevelops.enums中的类
枚举工具类
EnumsUtils() - 类 的构造器cn.jdevelops.enums.EnumsUtils
 
error(Logger, String, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
error log.
error(Logger, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
error log.
exists(String, String) - 类 中的静态方法cn.jdevelops.file.HostsUtil
判断 dns是否存在
extractIp(String) - 类 中的静态方法cn.jdevelops.string.StringCommon
提取字符串中的IP 参考

F

file - 类 中的变量cn.jdevelops.file.files.FileWrapper
 
FILE_SEPARATOR - 类 中的静态变量cn.jdevelops.string.StringCommon
 
FileReader - cn.jdevelops.file.files中的类
文件读取器 hutool的file包太多东西,我只要几个功能用来实现 hostsUtil
FileReader(File, Charset) - 类 的构造器cn.jdevelops.file.files.FileReader
构造
FileUtil - cn.jdevelops.file中的类
文件工具类
FileUtil() - 类 的构造器cn.jdevelops.file.FileUtil
 
FileWrapper - cn.jdevelops.file.files中的类
文件包装器,扩展文件对象 hutool的file包太多东西,我只要几个功能用来实现 hostsUtil
FileWrapper(File, Charset) - 类 的构造器cn.jdevelops.file.files.FileWrapper
构造
FileWriter - cn.jdevelops.file.files中的类
文件写入器 hutool的file包太多东西,我只要几个功能用来实现 hostsUtil
FileWriter(File, Charset) - 类 的构造器cn.jdevelops.file.files.FileWriter
构造
filter(String, String) - 类 中的方法cn.jdevelops.string.privates.Node
 
filtration(Object, FiltrationCodeEnum) - 类 中的静态方法cn.jdevelops.string.StringHide
.
FiltrationCodeEnum - cn.jdevelops.string.enums中的枚举
脱敏字段具体枚举
fixedPhone(String) - 类 中的静态方法cn.jdevelops.string.StringHide
[固定电话] 后四位,其他隐藏<例子:****1234>
flushdns() - 类 中的静态方法cn.jdevelops.file.HostsUtil
 
format(String, Object...) - 类 中的静态方法cn.jdevelops.string.StringFormat
字符串格式化 use: format("my name is {0}, and i like {1}!"
fromJson(String, Class<T>) - 类 中的方法cn.jdevelops.json.GsonUtils
From json t.
fromJson(JsonElement, Class<T>) - 类 中的方法cn.jdevelops.json.GsonUtils
From json t.
fromList(String, Class<T>) - 类 中的方法cn.jdevelops.json.GsonUtils
From list list.

G

generateLoginName(int) - 类 中的静态方法cn.jdevelops.string.StringRandom
生成随机用户名,数字和字母组成,
generatePassword(int) - 类 中的静态方法cn.jdevelops.string.StringRandom
随机生成含大小写字母,数字的组合密码
generateStr() - 类 中的静态方法cn.jdevelops.string.StringFormat
获取UUID,去掉`-`的
getAllNum(String) - 类 中的静态方法cn.jdevelops.string.StringNumber
获取字符串中所有0-9的数字并组成字符串 eg: "ad重负123十大.abv*asd23123.111" 返回 "12323123111"
getBytes() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getCharset() - 类 中的方法cn.jdevelops.file.files.FileWrapper
获得字符集编码
getContentType() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getEndIndex(String, double) - 类 中的静态方法cn.jdevelops.string.StringFormat
给字符串指定位置插入数据
getFile() - 类 中的方法cn.jdevelops.file.files.FileWrapper
获得文件
getGson() - 类 中的静态方法cn.jdevelops.json.GsonUtils
Gets gson instance.
getHostFile() - 类 中的静态方法cn.jdevelops.file.HostsUtil
获取host文件路径
getInputStream(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
获得输入流
getInputStream() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getInstance() - 类 中的静态方法cn.jdevelops.json.GsonUtils
Gets instance.
getInstance() - 类 中的静态方法cn.jdevelops.log.LogUtils
getInstance.
getName() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getNextNode(Character) - 类 中的方法cn.jdevelops.string.privates.Node
 
getNodeName(String) - 枚举 中的静态方法cn.jdevelops.string.enums.FiltrationCodeEnum
获取名称
getNum(String) - 类 中的静态方法cn.jdevelops.string.StringNumber
返回 字符串 中的数字 第一次遇到的数字串
getOriginalFilename() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getOutTradeNo() - 类 中的静态方法cn.jdevelops.string.StringFormat
获取十六位不重复的数字
getParent(File, int) - 类 中的静态方法cn.jdevelops.file.FileUtil
获取指定层级的父路径 getParent(file("d:/aaa/bbb/cc/ddd", 0)) -》 "d:/aaa/bbb/cc/ddd" getParent(file("d:/aaa/bbb/cc/ddd", 2)) -》 "d:/aaa/bbb" getParent(file("d:/aaa/bbb/cc/ddd", 4)) -》 "d:/" getParent(file("d:/aaa/bbb/cc/ddd", 5)) -》 null
getPrintWriter(boolean) - 类 中的方法cn.jdevelops.file.files.FileWriter
获得一个打印写入对象,可以有print
getReader(File, Charset) - 类 中的静态方法cn.jdevelops.file.FileUtil
获得一个文件读取器
getReader(InputStream, Charset) - 类 中的静态方法cn.jdevelops.file.FileUtil
获得一个Reader
getRealFilePath(String) - 类 中的静态方法cn.jdevelops.string.StringCommon
转换系统对应的的地址分隔符
getSize() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
getValue() - 枚举 中的方法cn.jdevelops.file.files.LineSeparator
 
getWriter(boolean) - 类 中的方法cn.jdevelops.file.files.FileWriter
获得一个带缓存的写入对象
GREEN - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GREEN_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
GsonUtils - cn.jdevelops.json中的类
GSONUtils.
GsonUtils() - 类 的构造器cn.jdevelops.json.GsonUtils
 
GuavaEventBusUtil - cn.jdevelops.bus中的类
事件总线工具类 来源 事件总线工具类
gunzip(String) - 类 中的静态方法cn.jdevelops.string.ZipStrUtil
恢复字符串
gzip(String) - 类 中的静态方法cn.jdevelops.string.ZipStrUtil
压缩字符串

H

hexStringToString(String) - 类 中的静态方法cn.jdevelops.string.StringByte
16进制转换成为string类型字符串
hexToByte(String) - 类 中的静态方法cn.jdevelops.string.StringByte
Hex字符串转byte
hideCerCardNum(String, int, int) - 类 中的静态方法cn.jdevelops.string.StringHide
身份证遮掩
hideName(String, int) - 类 中的静态方法cn.jdevelops.string.StringHide
姓名遮掩
hideName(String) - 类 中的静态方法cn.jdevelops.string.StringHide
姓名遮掩 默认保留首尾
hidePhone(String, int) - 类 中的静态方法cn.jdevelops.string.StringHide
电话遮掩
HostsUtil - cn.jdevelops.file中的类
修改hosts文件
HostsUtil() - 类 的构造器cn.jdevelops.file.HostsUtil
 

I

idPassport(String) - 类 中的静态方法cn.jdevelops.string.StringHide
护照保留前2后3位,护照一般为8或9位
imageToBase64(String) - 类 中的静态方法cn.jdevelops.image.Base64Str
本地图片转换成base64字符串
imageToBase64(MultipartFile) - 类 中的静态方法cn.jdevelops.image.Base64Str
MultipartFile 转换成base64字符串
imageToBase64DataUri(String) - 类 中的静态方法cn.jdevelops.image.Base64Str
本地图片转换成base64字符串 - 带前缀可直接访问
imageToBase64DataUri(MultipartFile) - 类 中的静态方法cn.jdevelops.image.Base64Str
MultipartFile 转换成base64字符串 - 带前缀可直接访问
info(Logger, String, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
info log.
info(Logger, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
info log.
isEmpty(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
文件是否为空
目录:里面没有文件时为空 文件:文件大小为0时为空
isEmpty(T[]) - 类 中的静态方法cn.jdevelops.file.FileUtil
 
isEmpty() - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 
isEmptyString(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
是空的字符串 StringUtils.isBlank(null) = true StringUtils.isBlank("null") = true StringUtils.isBlank("") = true StringUtils.isBlank(" ") = true StringUtils.isBlank("bob") = false StringUtils.isBlank(" bob ") = false
isIllegalStr(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
对非法字符进行检测
isInteger(String) - 类 中的静态方法cn.jdevelops.string.StringNumber
判断是否为整数
isLastCharacter() - 类 中的方法cn.jdevelops.string.privates.Node
 
isNotEmpty(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
目录是否为空
isNotEmptyString(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
不是空的字符串 StringUtils.isNotBlank(null) = false StringUtils.isNotBlank("null") = false StringUtils.isNotBlank("") = false StringUtils.isNotBlank(" ") = false StringUtils.isNotBlank("bob") = true StringUtils.isNotBlank(" bob ") = true

J

JsonUtils - cn.jdevelops.json中的类
JsonUtils.
JsonUtils() - 类 的构造器cn.jdevelops.json.JsonUtils
 

L

LineSeparator - cn.jdevelops.file.files中的枚举
hutool的file包太多东西,我只要几个功能用来实现 hostsUtil 换行符枚举
换行符包括: Mac系统换行符:"\r" Linux系统换行符:"\n" Windows系统换行符:"\r\n"
listToString(List<String>) - 类 中的静态方法cn.jdevelops.string.StringCommon
list转string 逗号隔开
LogUtils - cn.jdevelops.log中的类
LogUtils.

M

mkdir(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
创建文件夹,会递归自动创建其不存在的父文件夹,如果存在直接返回此文件夹
此方法不对File对象类型做判断,如果File不存在,无法判断其类型
mkdirsSafely(File, int, long) - 类 中的静态方法cn.jdevelops.file.FileUtil
安全地级联创建目录 (确保并发环境下能创建成功) 并发环境下,假设 test 目录不存在,如果线程A mkdirs "test/A" 目录,线程B mkdirs "test/B"目录, 其中一个线程可能会失败,进而导致以下代码抛出 FileNotFoundException 异常 file.getParentFile().mkdirs(); // 父目录正在被另一个线程创建中,返回 false file.createNewFile(); // 抛出 IO 异常,因为该线程无法感知到父目录已被创建
mkParentDirs(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
创建所给文件或目录的父目录
mobilePhone(String) - 类 中的静态方法cn.jdevelops.string.StringHide
[手机号码] 前三位,后四位,其他隐藏<例子:138******1234>

N

Node - cn.jdevelops.string.privates中的类
前缀树过滤node
Node(Node) - 类 的构造器cn.jdevelops.string.privates.Node
 
Node() - 类 的构造器cn.jdevelops.string.privates.Node
 
nodeHide(List<String>, String, String) - 类 中的静态方法cn.jdevelops.string.StringHide
根据前缀树进行遮掩
nodeHide(List<String>, String) - 类 中的静态方法cn.jdevelops.string.StringHide
根据前缀树进行遮掩 (sensitiveWords默认为***)

P

post(Object) - 类 中的静态方法cn.jdevelops.bus.GuavaEventBusUtil
同步发送事件
PURPLE - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
PURPLE_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 

R

random(Class<T>) - 类 中的静态方法cn.jdevelops.enums.EnumsUtils
随机获取一个枚举值 public static void main(String[] args) { for (int i = 0; i < 7; i++){ System.out.println("i="+i+"---"+ EnumsUtils.random(BookStateEnums.class) + " "); } }
random(T[]) - 类 中的静态方法cn.jdevelops.enums.EnumsUtils
随机获取一个枚举值
random(int, RandomType) - 类 中的静态方法cn.jdevelops.string.StringRandom
随机数生成
read() - 类 中的静态方法cn.jdevelops.file.HostsUtil
读取hosts文件
readLines(T) - 类 中的方法cn.jdevelops.file.files.FileReader
从文件中读取每一行数据
readLines(File, Charset) - 类 中的静态方法cn.jdevelops.file.FileUtil
从文件中读取每一行数据
readLines(File, Charset, T) - 类 中的静态方法cn.jdevelops.file.FileUtil
从文件中读取每一行数据
RED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
RED_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
REGEX_EXTRACT_IP - 类 中的静态变量cn.jdevelops.string.StringCommon
 
register(Object) - 类 中的静态方法cn.jdevelops.bus.GuavaEventBusUtil
注册监听器(即对事件的处理方法
removeClass(Object) - 类 中的静态方法cn.jdevelops.json.JsonUtils
Remove class object.
RESET - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 

S

setCharset(Charset) - 类 中的方法cn.jdevelops.file.files.FileWrapper
设置字符集编码
setFile(File) - 类 中的方法cn.jdevelops.file.files.FileWrapper
设置文件
sleep(long) - 类 中的静态方法cn.jdevelops.file.FileUtil
挂起当前线程
sleep(TimeUnit, int) - 类 中的静态方法cn.jdevelops.thread.ThreadUtils
sleep current thread.
sqlStrFilter(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
对常见的sql注入攻击进行拦截
StringByte - cn.jdevelops.string中的类
字节相关
StringByte() - 类 的构造器cn.jdevelops.string.StringByte
 
StringCoding - cn.jdevelops.string中的类
编码相关
StringCoding() - 类 的构造器cn.jdevelops.string.StringCoding
 
StringCommon - cn.jdevelops.string中的类
 
StringCommon() - 类 的构造器cn.jdevelops.string.StringCommon
 
StringFormat - cn.jdevelops.string中的类
格式化相关
StringFormat() - 类 的构造器cn.jdevelops.string.StringFormat
 
StringHide - cn.jdevelops.string中的类
遮掩
StringHide() - 类 的构造器cn.jdevelops.string.StringHide
 
StringNumber - cn.jdevelops.string中的类
字符串数字相关
StringNumber() - 类 的构造器cn.jdevelops.string.StringNumber
 
StringRandom - cn.jdevelops.string中的类
随机数相关
StringRandom() - 类 的构造器cn.jdevelops.string.StringRandom
 
StringVerify - cn.jdevelops.string中的类
验证相关
StringVerify() - 类 的构造器cn.jdevelops.string.StringVerify
 

T

tenTo16(byte[]) - 类 中的静态方法cn.jdevelops.string.StringByte
10进制转16
ThreadUtils - cn.jdevelops.thread中的类
thread utils.
ThreadUtils() - 类 的构造器cn.jdevelops.thread.ThreadUtils
 
toBuffered(InputStream) - 类 中的静态方法cn.jdevelops.file.FileUtil
转换为{BufferedInputStream}
toCamelCase(String, boolean) - 类 中的静态方法cn.jdevelops.string.StringFormat
下划线转驼峰法
toGetParam(String) - 类 中的方法cn.jdevelops.json.GsonUtils
toGetParam.
toJson(Object) - 类 中的方法cn.jdevelops.json.GsonUtils
To json string.
toJson(Object) - 类 中的静态方法cn.jdevelops.json.JsonUtils
To json string.
toLine(String) - 类 中的静态方法cn.jdevelops.string.StringFormat
(单字符)驼峰转下划线
toLine(String[]) - 类 中的静态方法cn.jdevelops.string.StringFormat
(数组)驼峰转下划线
toListMap(String) - 类 中的方法cn.jdevelops.json.GsonUtils
toList Map.
toObjectMap(String) - 类 中的方法cn.jdevelops.json.GsonUtils
To object map map.
toStream(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
文件转为{ FileInputStream}
toTreeMap(String) - 类 中的方法cn.jdevelops.json.GsonUtils
To tree map tree map.
touch(File) - 类 中的静态方法cn.jdevelops.file.FileUtil
创建文件及其父目录,如果这个文件存在,直接返回这个文件
此方法不对File对象类型做判断,如果File不存在,无法判断其类型
transferTo(File) - 类 中的方法cn.jdevelops.image.BASE64DecodedMultipartFile
 

U

unregister(Object) - 类 中的静态方法cn.jdevelops.bus.GuavaEventBusUtil
注销监听器

V

valueOf(String) - 枚举 中的静态方法cn.jdevelops.file.files.LineSeparator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.jdevelops.string.enums.FiltrationCodeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.jdevelops.file.files.LineSeparator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.jdevelops.string.enums.FiltrationCodeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyIp(String) - 类 中的静态方法cn.jdevelops.string.StringVerify
验证字符串是否存在IP

W

warn(Logger, String, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
warn log.
warn(Logger, Supplier<Object>) - 类 中的静态方法cn.jdevelops.log.LogUtils
warn log.
WHITE - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
WHITE_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
writeLines(Iterable<T>, boolean) - 类 中的方法cn.jdevelops.file.files.FileWriter
将列表写入文件
writeLines(Iterable<T>, LineSeparator, boolean) - 类 中的方法cn.jdevelops.file.files.FileWriter
将列表写入文件
writeLines(Collection<T>, File, Charset) - 类 中的静态方法cn.jdevelops.file.FileUtil
将列表写入文件,覆盖模式
writeLines(Collection<T>, File, Charset, boolean) - 类 中的静态方法cn.jdevelops.file.FileUtil
将列表写入文件

Y

YELLOW - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_BACKGROUND - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_BACKGROUND_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_BOLD - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_BOLD_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_BRIGHT - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 
YELLOW_UNDERLINED - 类 中的静态变量cn.jdevelops.console.ConsoleColors
 

Z

ZipStrUtil - cn.jdevelops.string中的类
字符串压缩
ZipStrUtil() - 类 的构造器cn.jdevelops.string.ZipStrUtil
 
A B C D E F G H I J L M N P R S T U V W Y Z 
跳过导航链接

Copyright © 2023 tan. All rights reserved.