您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
SEARCH:
Enum Class的使用
org.tio.utils.hutool.BasicType
使用
BasicType
的程序包
程序包
说明
org.tio.utils.hutool
特别说明:本包及子包的代码由hutool作者提供 不直接引用hutool的原因主要是减少本项目依赖,减少用户维护pom的烦琐度 hutool项目地址:
https://gitee.com/loolly/hutool
再次感谢hutool作者路小磊的大力支持!
org.tio.utils.hutool
中
BasicType
的使用
返回
BasicType
的
org.tio.utils.hutool
中的方法
修饰符和类型
方法
说明
static
BasicType
BasicType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BasicType
[]
BasicType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.