Package | Description |
---|---|
io.druid.data.input.impl |
Modifier and Type | Method and Description |
---|---|
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–2017. All rights reserved.