工具集util

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
</dependency>
// 驼峰转换
com.google.common.base.CaseFormat

// 时间工具方法
org.apache.commons.lang3.time.DateUtils

// 注解操作方法
org.springframework.core.annotation.AnnotationUtils
// https://blog.csdn.net/u011479200/article/details/90440209

// 反射
org.apache.commons.lang3.reflect.MethodUtils  //--- 方法工具类
org.apache.commons.lang3.reflect.FieldUtils   // --- 属性工具类

// 文件
org.apache.commons.io.FileUtils   // --- 文件操作类

org.apache.commons.io.FilenameUtils   //--- 文件名操作类

org.apache.commons.io.IOUtils   //--- io工具类

java.nio.file.Files  // --- nio工具类

// 工具包--commons-beanutils

//- MethodUtils通过反射访问对象的方法并且执行方法

//- ConstructorUtils通过反射提供了构造方法相关的便捷操作方法

//- PropertyUtils通过反射提供了对象属性的便捷操作方法

//- BeanUtils通过反射提供了Bean对象的便捷操作方法 --- 不建议使用

//- ConvertUtils提供了数据类型相互转换的方法

<dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-collections4</artifactId>
        <version>4.3</version>
    </dependency>
org.apache.commons.collections4.IteratorUtils

– 以上转自 https://blog.csdn.net/dy051107/category_9919202.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值