leniu-utils-toolkit
Installation
SKILL.md
leniu-yunshitang-core 工具类大全
本文档专注于 leniu-tengyun-core 项目的 Java 后端工具类。
快速索引
| 功能 | 工具类 | 包路径 | 常用方法 |
|---|---|---|---|
| 对象转换 | BeanUtil |
cn.hutool.core.bean |
copyProperties(), copyToList() |
| 字符串 | StrUtil |
cn.hutool.core.util |
isBlank(), format() |
| 集合 | CollUtil |
cn.hutool.core.collection |
isEmpty(), newArrayList() |
| 对象 | ObjectUtil |
cn.hutool.core.util |
isNull(), isEmpty() |
| Redis缓存 | RedisUtil |
net.xnzn.core.base.redis |
setString(), getString() |
| JSON | JacksonUtil |
net.xnzn.core.common.utils |
writeValueAsString(), readValue() |
| 模糊查询 | LeBeanUtil |
net.xnzn.core.common.utils |
fieldLikeHandle() |
| 租户上下文 | TenantContextHolder |
net.xnzn.framework.data.tenant |
getTenantId() |
Related skills