Package | Description |
---|---|
org.dromara.hutool.core.bean.path |
Bean路径,通过路径表达式查找或设置对象或子对象中的值
|
org.dromara.hutool.core.bean.path.node |
Bean路径节点
|
Modifier and Type | Method and Description |
---|---|
Node |
BeanPath.getNode()
获取节点
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyNode
空节点
|
class |
ListNode
列表节点
[num0,num1,num2...]模式或者['key0','key1']模式
|
class |
NameNode
处理名称节点或序号节点,如:
name
1
|
class |
RangeNode
[start:end:step] 模式节点
|
Modifier and Type | Method and Description |
---|---|
static Node |
NodeFactory.createNode(String expression)
根据表达式创建对应的节点
|
Copyright © 2025. All rights reserved.