Constructor and Description |
---|
RegexParser(String pattern,
com.google.common.base.Optional<String> listDelimiter) |
RegexParser(String pattern,
com.google.common.base.Optional<String> listDelimiter,
Iterable<String> fieldNames) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFieldNames()
Returns the fieldNames that we expect to see in parsed Maps, if known, or null otherwise.
|
Map<String,Object> |
parse(String input)
Parse a String into a Map.
|
void |
setFieldNames(Iterable<String> fieldNames)
Set the fieldNames that you expect to see in parsed Maps.
|
public RegexParser(String pattern, com.google.common.base.Optional<String> listDelimiter)
public Map<String,Object> parse(String input)
Parser
public void setFieldNames(Iterable<String> fieldNames)
Parser
setFieldNames
in interface Parser<String,Object>
public List<String> getFieldNames()
Parser
getFieldNames
in interface Parser<String,Object>
Copyright © 2011–2017. All rights reserved.