Interface | Description |
---|---|
CloseableIterator<T> | |
Parser<K,V> |
Class that can parse Strings into Maps.
|
Class | Description |
---|---|
CSVParser | |
DelimitedParser | |
JavaScriptParser | |
JSONParser | |
JSONPathParser |
JSON parser class that uses the JsonPath library to access fields via path expressions.
|
JSONPathParser.FieldSpec |
Specifies a field to be added to the parsed object Map, using JsonPath notation.
|
JSONToLowerParser | Deprecated |
Parsers | |
ParserUtils | |
RegexParser | |
TimestampParser | |
ToLowerCaseParser |
Enum | Description |
---|---|
JSONPathParser.FieldType |
Specifies access behavior for a field.
|
Exception | Description |
---|---|
ParseException |
Copyright © 2011–2017. All rights reserved.