zhangrenhua
|
064b163754
|
参考java.util.concurrent.TimeUnit实现了一个FileSizeUnit工具包,与hutool中DataSize相比更加侧重于单位之间转换
|
2022-07-21 15:33:33 +08:00 |
|
zhangrenhua
|
0da4339f51
|
Merge branch 'v5-dev' of https://gitee.com/hellozrh/hutool into v5-dev
|
2022-07-21 15:22:35 +08:00 |
|
Looly
|
88c36b8bfa
|
修复UrlBuilder无法配置末尾追加“/”问题
|
2022-07-20 13:13:14 +08:00 |
|
zhangrenhua
|
3d27c01819
|
Merge branch 'v5-dev' of https://gitee.com/hellozrh/hutool into v5-dev
|
2022-07-19 10:20:47 +08:00 |
|
huangchengxing
|
13b5b32384
|
添加元素扫描器与通用注解扫描器,在AnnotationScanner中统一提供已经配置好扫描模式的静态扫描器实例
|
2022-07-19 09:56:37 +08:00 |
|
Looly
|
97fdc33d47
|
!702 合成注解相关功能重构,添加支持通过@Link及其子注解,实现注解中属性的互为镜像、可选覆盖以及强制覆盖三种模式的别名机制的新特性
Merge pull request !702 from Createsequence/feat-link-annotation-clean
|
2022-07-17 13:59:18 +00:00 |
|
Looly
|
5c6e7cf507
|
修复CombinationAnnotationElement造成递归循环
|
2022-07-17 18:17:32 +08:00 |
|
Looly
|
5d500f8f14
|
ReUtil增加getAllGroups重载
|
2022-07-17 00:30:39 +08:00 |
|
Looly
|
eb9df251d5
|
增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isIn
|
2022-07-17 00:15:14 +08:00 |
|
huangchengxing
|
c27c74f192
|
合成聚合注解支持处理多个根注解,并且可选择是否扫描根注解的元注解
|
2022-07-16 18:02:02 +08:00 |
|
huangchengxing
|
d873b6e9da
|
提取获取注解属性值相关逻辑至注解属性值提取器
|
2022-07-16 16:19:54 +08:00 |
|
huangchengxing
|
931965301b
|
提取注解合成相关逻辑至注解合成器
|
2022-07-16 13:18:55 +08:00 |
|
Looly
|
ab79193c7e
|
fix code
|
2022-07-16 12:18:21 +08:00 |
|
Looly
|
c2ebdb4476
|
!699 ForestMap添加getNodeValue方法
Merge pull request !699 from Createsequence/feat-node-value
|
2022-07-16 00:39:30 +00:00 |
|
huangchengxing
|
cf08a92f34
|
添加层级对象接口
|
2022-07-14 16:16:14 +08:00 |
|
huangchengxing
|
18f67274b8
|
优化代码,调整类名
|
2022-07-13 22:42:16 +08:00 |
|
huangchengxing
|
a352783b5c
|
优化代码,调整变量、方法与类名,完善测试用例
|
2022-07-13 22:39:41 +08:00 |
|
huangchengxing
|
18c7a78062
|
调整方法、变量与类名,完善测试用例
|
2022-07-13 22:36:08 +08:00 |
|
huangchengxing
|
eae76eb275
|
优化代码,修复不准确的注释,完善测试用例
|
2022-07-13 22:34:13 +08:00 |
|
huangchengxing
|
17b48024ad
|
添加@ForceAliasFor注解
|
2022-07-13 22:32:04 +08:00 |
|
huangchengxing
|
491c53e7dd
|
添加@MirrorFor和@AliasFor注解
|
2022-07-13 22:31:48 +08:00 |
|
huangchengxing
|
e4a7576d7f
|
1.添加@Link注解以及对应的关系枚举
2.添加注解属性对象与合成注解后置处理器,用于支持基于@Alias与@Link的枚举字段映射功能
|
2022-07-13 20:38:18 +08:00 |
|
huangchengxing
|
6ca36ec059
|
add methods
|
2022-07-13 09:08:03 +08:00 |
|
zhangrenhua
|
eefdd7fc4f
|
扩展IoUtil、BooleanUtil两个工具类
|
2022-07-11 16:15:46 +08:00 |
|
duhanmin
|
607ddb725e
|
containsAll
|
2022-07-09 11:32:55 +08:00 |
|
Looly
|
6ac537d6c3
|
fix bug
|
2022-07-05 22:26:27 +08:00 |
|
Golden Looly
|
99d83e142f
|
Merge pull request #2428 from SupermanChao/v5-dev
fix:修复CollUtil里面关于可变参数传null造成的crash问题
|
2022-07-05 22:23:57 +08:00 |
|
Looly
|
7f481b3556
|
add ForestMap
|
2022-07-05 22:01:38 +08:00 |
|
Looly
|
2c44d04dfd
|
!677 添加支持对森林结构进行处理的集合
Merge pull request !677 from Createsequence/feat-forest-map
|
2022-07-05 13:56:58 +00:00 |
|
Looly
|
34835939d2
|
add method
|
2022-07-05 21:54:41 +08:00 |
|
Looly
|
fc6a0567b4
|
add method
|
2022-07-05 21:47:47 +08:00 |
|
Looly
|
ea6637a770
|
!674 Convert工具类中,新增中文大写数字金额转换为数字工具方法,解决issues I5EYB3
Merge pull request !674 from hellozrh/v5-dev
|
2022-07-05 13:30:45 +00:00 |
|
huangchengxing
|
c343b51e38
|
移除不必要的泛型约束
|
2022-07-05 16:20:49 +08:00 |
|
huangchengxing
|
254e6f5315
|
将合成注解代理类提取为外部类
|
2022-07-05 16:03:11 +08:00 |
|
huangchengxing
|
d20980096e
|
将SyntheticAnnotation提取为接口,原实现更名为SyntheticMetaAnnotation
|
2022-07-05 13:47:11 +08:00 |
|
刘超
|
39869d3c67
|
fix:修复CollUtil里面关于可变参数传null造成的crash问题
|
2022-07-04 22:23:03 +08:00 |
|
huangchengxing
|
56abab1127
|
完善测试用例
|
2022-07-04 18:34:01 +08:00 |
|
huangchengxing
|
81cbb0d8a0
|
fix code
|
2022-07-04 15:55:07 +08:00 |
|
huangchengxing
|
59b5a17ee6
|
添加支持对森林结构进行处理的集合
|
2022-07-04 15:35:20 +08:00 |
|
zhangrenhua
|
7f13b38a7f
|
中文大写数字金额转换为数字,返回结果以元为单位的BigDecimal类型数字
解决问题 https://gitee.com/dromara/hutool/issues/I5EYB3
|
2022-07-01 17:22:04 +08:00 |
|
Looly
|
adf23e1cf7
|
fix code
|
2022-06-30 18:40:08 +08:00 |
|
Looly
|
9b19403960
|
!671 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能
Merge pull request !671 from Createsequence/refactor-annotation
|
2022-06-30 10:09:12 +00:00 |
|
huangchengxing
|
7cc0994942
|
AnnotationUtil添加scanMetaAnnotation、scanClass与scanMethod方法
|
2022-06-30 15:31:38 +08:00 |
|
huangchengxing
|
0b60b24950
|
test: 注解扫描器的完善测试用例;
|
2022-06-30 15:30:41 +08:00 |
|
bob.guo
|
975a6dbe69
|
检查值是否在指定范围内 修改方法命名
|
2022-06-30 10:03:12 +08:00 |
|
bob.guo
|
9eb9b07b11
|
检查值是否在指定范围内
|
2022-06-28 19:50:41 +08:00 |
|
Looly
|
fc091b01a2
|
fix test
|
2022-06-27 21:47:38 +08:00 |
|
Looly
|
ac11df0889
|
fix bug
|
2022-06-27 21:29:25 +08:00 |
|
Looly
|
a6d4e96a41
|
新增注解扫描器和合成注解
|
2022-06-27 20:25:14 +08:00 |
|
Looly
|
44503270bf
|
!654 新增注解扫描器和合成注解
Merge pull request !654 from Createsequence/feat-synthetic-annotation
|
2022-06-27 12:08:55 +00:00 |
|