public interface Parser<K,V>
Modifier and Type | Method and Description |
---|---|
List<String> |
getFieldNames()
Deprecated.
|
Map<K,V> |
parse(String input)
Parse a String into a Map.
|
void |
setFieldNames(Iterable<String> fieldNames)
Deprecated.
|
Map<K,V> parse(String input)
ParseException
- if the String cannot be parsed@Deprecated void setFieldNames(Iterable<String> fieldNames)
@Deprecated List<String> getFieldNames()
Copyright © 2011–2017. All rights reserved.