| Package | Description |
|---|---|
| io.druid.java.util.common.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlatTextFormatParser |
class |
CSVParser |
class |
DelimitedParser |
class |
JavaScriptParser |
class |
JSONPathParser
JSON parser class that uses the JsonPath library to access fields via path expressions.
|
class |
JSONToLowerParser
Deprecated.
|
class |
RegexParser |
class |
ToLowerCaseParser |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.google.common.base.Function<String,Map<K,V>> |
Parsers.toFunction(Parser p) |
| Constructor and Description |
|---|
ToLowerCaseParser(Parser baseParser) |
Copyright © 2011–2018. All rights reserved.