一.
- 字符串工具类
org.apache.commons.lang.StringUtils
https://www.cnblogs.com/liangjiejava/p/9850067.html
- CollectionUtils工类:集合工具类
目前比较主流的是spring的org.springframework.util包下的CollectionUtils工具类。
https://www.jianshu.com/p/a6f0ddf4def7
二.
- 基于Spring的AnnotatedElementUtils 注解工具类
https://blog.csdn.net/HumorChen99/article/details/139798211
- Spring框架中反射工具类ReflectionUtils类
https://blog.csdn.net/qq_43692950/article/details/136284091
- BeanUtils : org.springframework.beans.BeanUtils
Apache下的BeanUtils性能较差,不建议使用,可以使用 Spring的BeanUtils:
https://blog.csdn.net/houxian1103/article/details/107757803