JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.miaixz.bus.core.beans.BeanCache
Packages that use
BeanCache
Package
Description
org.miaixz.bus.core.beans
Bean相关操作,包括Bean信息描述,Bean路径表达式、动态Bean等
Uses of
BeanCache
in
org.miaixz.bus.core.beans
Methods in
org.miaixz.bus.core.beans
that return
BeanCache
Modifier and Type
Method
Description
static
BeanCache
BeanCache.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BeanCache
[]
BeanCache.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.