JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.aoju.bus.core.convert.BasicType
Packages that use
BasicType
Package
Description
org.aoju.bus.core.convert
各种类型转换的实现类,其都为Converter接口的实现,用于将未知的Object类型转换为指定类型
Uses of
BasicType
in
org.aoju.bus.core.convert
Methods in
org.aoju.bus.core.convert
that return
BasicType
Modifier and Type
Method
Description
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.