Package | Description |
---|---|
org.dromara.hutool.core.codec |
编码解码封装编码封装
|
org.dromara.hutool.core.lang.builder |
建造者工具
用于建造特定对象或结果,建造者模式的抽象。 |
org.dromara.hutool.core.map |
Map相关封装,提供特殊Map实现以及Map工具MapUtil
|
org.dromara.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。 |
org.dromara.hutool.core.net.ssl |
SSL相关封装
|
org.dromara.hutool.core.net.url |
URL相关工具
|
org.dromara.hutool.core.stream |
Java8的stream相关封装
|
org.dromara.hutool.core.thread |
提供线程及高并发封装,入口为ThreadUtil
|
org.dromara.hutool.core.tree |
提供通用树生成,特点:
1、每个字段可自定义
2、支持排序 树深度配置,自定义转换器等 3、支持额外属性扩展 4、贴心 许多属性,特性都有默认值处理 5、使用简单 可一行代码生成树 6、代码简洁轻量无额外依赖 |
org.dromara.hutool.cron.pattern.builder |
模式构建器
|
org.dromara.hutool.db.sql |
SQL语句和Statement构建封装
|
org.dromara.hutool.extra.mail |
邮件封装,基于jakarta.mail库,入口为MailUtil
|
org.dromara.hutool.http.client.engine.httpclient4 |
Apache HttpClient 4.x实现
文档见:https://hc.apache.org/httpcomponents-client-4.5.x/index.html |
org.dromara.hutool.http.client.engine.httpclient5 |
Apache HttpClient 5.1.x实现
文档见:https://hc.apache.org/httpcomponents-client-5.1.x/index.html |
org.dromara.hutool.swing.img |
图像处理相关工具类封装
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
GenericBuilder
通用Builder
参考: 一看就会的java8通用Builder
使用方法如下:
Box box = GenericBuilder
.of(Box::new)
.with(Box::setId, 1024L)
.with(Box::setTitle, "Hello World!")
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Class and Description |
---|
Builder
建造者模式接口定义
|
Copyright © 2025. All rights reserved.