Enum Class的使用
org.tio.utils.hutool.BeanInfoCache
使用BeanInfoCache的程序包
程序包
说明
特别说明:本包及子包的代码由hutool作者提供
不直接引用hutool的原因主要是减少本项目依赖,减少用户维护pom的烦琐度
hutool项目地址: https://gitee.com/loolly/hutool
再次感谢hutool作者路小磊的大力支持!
-
org.tio.utils.hutool中BeanInfoCache的使用
修饰符和类型方法说明static BeanInfoCacheReturns the enum constant of this class with the specified name.static BeanInfoCache[]BeanInfoCache.values()Returns an array containing the constants of this enum class, in the order they are declared.