@Deprecated public class JSONToLowerParser extends Object implements Parser<String,Object>
| Constructor and Description | 
|---|
JSONToLowerParser(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                 Iterable<String> fieldNames,
                 Iterable<String> exclude)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getFieldNames()
Deprecated.  
Returns the fieldNames that we expect to see in parsed Maps, if known, or null otherwise. 
 | 
Map<String,Object> | 
parseToMap(String input)
Deprecated.  
Parse a String into a Map. 
 | 
void | 
setFieldNames(Iterable<String> fieldNames)
Deprecated.  
Set the fieldNames that you expect to see in parsed Maps. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartFileFromBeginningpublic List<String> getFieldNames()
ParsergetFieldNames in interface Parser<String,Object>public void setFieldNames(Iterable<String> fieldNames)
ParsersetFieldNames in interface Parser<String,Object>Copyright © 2011–2018. All rights reserved.