| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.schema.json |
| 限定符和类型 | 方法和说明 |
|---|---|
static JsonTree |
JsonTree.convert(TreeNode<JsonId,Null> tree) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JsonTree> |
JsonTree.getChildren() |
Map<NodePath<String>,JsonTree> |
JsonTree.toFlatMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
JsonTree.compareTo(JsonTree o) |
static TableStructure |
JsonExtractUtils.extractData(Object object,
JsonTree tree)
Returns a DataStructure object by user specified json columns in tree
|
static DataStructure |
JsonExtractUtils.extractData(String original,
JsonTree tree) |
static boolean |
JsonTree.hasChoose(JsonTree root) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JsonTree.setChildren(List<JsonTree> children) |
void |
JsonTree.sortChildren(Comparator<JsonTree> comparator) |
Copyright © 2023. All rights reserved.