Package | Description |
---|---|
cn.hutool.core.collection |
集合以及Iterator封装,包括集合工具CollUtil,Iterator和Iterable工具IterUtil
|
cn.hutool.core.comparator |
各种比较器(Comparator)实现和封装
|
cn.hutool.core.io.watch.watchers |
文件监听中的观察者实现类,包括延迟处理、处理链等
|
cn.hutool.core.text.escape |
提供各种转义和反转义实现
|
cn.hutool.core.text.replacer |
文本替换类抽象及实现
|
cn.hutool.http |
Hutool-http针对JDK的HttpUrlConnection做一层封装,简化了HTTPS请求、文件上传、Cookie记忆等操作,使Http请求变得无比简单。
|
Modifier and Type | Class and Description |
---|---|
class |
IterChain<T>
|
Modifier and Type | Class and Description |
---|---|
class |
ComparatorChain<E>
比较器链。
|
Modifier and Type | Class and Description |
---|---|
class |
WatcherChain
观察者链
用于加入多个观察者 |
Modifier and Type | Class and Description |
---|---|
class |
Html4Escape
HTML4的ESCAPE
参考:Commons Lang3
|
class |
Html4Unescape
HTML4的UNESCAPE
|
class |
XmlEscape
XML特殊字符转义
见:https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents & (ampersand) 替换为 & < (less than) 替换为 < > (greater than) 替换为 > " (double quote) 替换为 " ' (single quote / apostrophe) 替换为 ' |
class |
XmlUnescape
XML的UNESCAPE
|
Modifier and Type | Class and Description |
---|---|
class |
ReplacerChain
字符串替换链,用于组合多个字符串替换逻辑
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpInterceptor.Chain<T extends HttpBase<T>>
拦截器链
|
Copyright © 2024. All rights reserved.