Hutool工具Day02-hutool-core模块

core模块基本概念

annotation-注解工具

bean-Bean工具

builder-构造器

codec-编码工具

util-通用工具

thread-线程工具

text-文本工具

swing-桌面工具

net-网络工具

map-Map工具

lang-语言特性工具和接口

io-IO类工具封装

img-图片处理工具

getter-Getter接口

exceptions-异常封装和工具

date-日期时间工具

convert-转换工具

comparator-比较器工具

collection-集合工具

Convert万能转换器

  • 定义接口
  • 增加实现,并注册
  • 使用Convert类进一步简化代码

猜你喜欢

转载自blog.csdn.net/JewaveOxford/article/details/107106511