public class JsonPath extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JsonPath.CRUD |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clear()
清空线程缓存
|
static ONode |
eval(ONode source,
String jpath,
boolean useStandard,
boolean cacheJpath) |
static ONode |
eval(ONode source,
String jpath,
boolean useStandard,
boolean cacheJpath,
JsonPath.CRUD crud) |
static void |
extractPath(List<String> paths,
ONode oNode)
提取路径
|
static void |
resolvePath(String parentPath,
ONode parentNode)
分析路径
|
Copyright © 2025. All rights reserved.