| Package | Description |
|---|---|
| cn.sinozg.applet.common.core.model | |
| cn.sinozg.applet.common.enums |
| Modifier and Type | Field and Description |
|---|---|
private NodeType |
JsonNodeInfo.type
类型
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
JsonNodeInfo.getType()
获取 类型
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonNodeInfo.setType(NodeType type)
设置 类型
|
| Constructor and Description |
|---|
JsonNodeInfo(int index,
NodeType type) |
JsonNodeInfo(String value,
NodeType type) |
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.