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 |
|
Looly
|
33e95b23c1
|
BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map
|
2022-06-20 19:49:07 +08:00 |
|
Looly
|
e27b24005d
|
LocalDateTimeUtil.parse改为blank检查
|
2022-06-20 12:25:23 +08:00 |
|
Looly
|
b830e07c52
|
!661 添加一个带默认值的 Ipv4Util.ipv4ToLong 方法
Merge pull request !661 from churen/v5-dev
|
2022-06-20 04:13:47 +00:00 |
|
Looly
|
6f6f094d30
|
add test
|
2022-06-20 12:08:22 +08:00 |
|
lihai03
|
916a56dac3
|
添加一个带默认值的 Ipv4Util.ipv4ToLong 方法
|
2022-06-20 11:12:21 +08:00 |
|
Looly
|
d9601cbbf5
|
change code for ObjectUtil.isNotNull
|
2022-06-18 11:06:56 +08:00 |
|
Looly
|
231e0cf1d7
|
add test
|
2022-06-16 13:05:53 +08:00 |
|
Looly
|
ea4bc023af
|
fix convert to int bug
|
2022-06-16 12:49:55 +08:00 |
|
Looly
|
60dd7ce563
|
fix buf
|
2022-06-16 12:10:56 +08:00 |
|
huangchengxing
|
5e402a1dd9
|
合成注解属性调整为同时根据名称和类型进行覆盖;
|
2022-06-14 17:30:38 +08:00 |
|
huangchengxing
|
686de3ac0c
|
添加合成注解;
|
2022-06-14 17:30:37 +08:00 |
|
Looly
|
e9b6f7b2af
|
add method
|
2022-06-14 16:43:05 +08:00 |
|
huangchengxing
|
0cb498bf6e
|
添加注解扫描器;
|
2022-06-14 15:26:51 +08:00 |
|
Takaki
|
b1a93a3345
|
enhancement in BeanUtil
|
2022-06-14 11:21:08 +08:00 |
|
Looly
|
54420d8429
|
fix bug
|
2022-06-10 22:06:39 +08:00 |
|
Looly
|
dd0fac8889
|
add webp support
|
2022-06-09 12:09:12 +08:00 |
|
Looly
|
1c6bdf67e0
|
fix bug
|
2022-06-06 01:27:16 +08:00 |
|
Looly
|
78b6c9909e
|
fix null bug
|
2022-06-05 23:40:34 +08:00 |
|
Looly
|
60a068db3f
|
fix bug and add timeout
|
2022-05-30 07:44:45 +08:00 |
|
Looly
|
c72ff2c292
|
fix bug
|
2022-05-27 18:06:54 +08:00 |
|
yubo
|
64fe41a171
|
car vin not include I O Q
|
2022-05-24 15:45:33 +08:00 |
|
Looly
|
3ebd7d9ce0
|
fix bugs
|
2022-05-20 12:07:27 +08:00 |
|
Looly
|
3f8699f7e9
|
fix bug
|
2022-05-18 10:33:21 +08:00 |
|
Looly
|
0eb5c84ba8
|
add hex support
|
2022-05-16 19:00:13 +08:00 |
|
Looly
|
541ab9ed55
|
add CastUtil
|
2022-05-12 01:21:44 +08:00 |
|