Package | Description |
---|---|
org.dromara.hutool.core.bean.path |
Bean路径,通过路径表达式查找或设置对象或子对象中的值
|
org.dromara.hutool.json.support |
JSON的支持类,如用于转换和BeanPath操作的对象,还有用于格式化的对象等
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNodeBeanFactory
默认的Bean创建器
|
Modifier and Type | Method and Description |
---|---|
static <T> BeanPath<T> |
BeanPath.of(String expression,
NodeBeanFactory<T> beanFactory)
创建Bean路径
|
Constructor and Description |
---|
BeanPath(String expression,
NodeBeanFactory<T> beanFactory)
构造
|
Modifier and Type | Class and Description |
---|---|
class |
JSONNodeBeanFactory
JSON节点Bean创建器
|
Copyright © 2025. All rights reserved.