| Package | Description |
|---|---|
| io.druid.java.util.common.parsers |
| Modifier and Type | Method and Description |
|---|---|
static JSONPathFieldSpec |
JSONPathFieldSpec.createJqField(String name,
String expr) |
static JSONPathFieldSpec |
JSONPathFieldSpec.createNestedField(String name,
String expr) |
static JSONPathFieldSpec |
JSONPathFieldSpec.createRootField(String name) |
static JSONPathFieldSpec |
JSONPathFieldSpec.fromString(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<JSONPathFieldSpec> |
JSONPathSpec.getFields() |
| Constructor and Description |
|---|
JSONPathSpec(Boolean useFieldDiscovery,
List<JSONPathFieldSpec> fields) |
Copyright © 2011–2018. All rights reserved.