| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.schema.json | |
| cn.ponfee.commons.tree |
| 限定符和类型 | 方法和说明 |
|---|---|
NodePath<String> |
JsonTree.getPath() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<NodePath<String>,JsonTree> |
JsonTree.toFlatMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JsonTree.setPath(NodePath<String> path) |
| 限定符和类型 | 方法和说明 |
|---|---|
NodePath<T> |
NodePath.clone() |
NodePath<T> |
NodePath.JacksonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
NodePath<T> |
NodePath.FastjsonDeserializer.deserialze(com.alibaba.fastjson.parser.DefaultJSONParser parser,
Type type,
Object fieldName) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
NodePath.compareTo(NodePath<T> o) |
| 构造器和说明 |
|---|
NodePath(NodePath<T> parent) |
NodePath(NodePath<T> parent,
T child) |
Copyright © 2023. All rights reserved.