org.apache.spark.sql.json
Class JacksonUtils

Object
  extended by org.apache.spark.sql.json.JacksonUtils

public class JacksonUtils
extends Object


Constructor Summary
JacksonUtils()
           
 
Method Summary
static boolean nextUntil(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.core.JsonToken stopOn)
          Advance the parser until a null or a specific token is found
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacksonUtils

public JacksonUtils()
Method Detail

nextUntil

public static boolean nextUntil(com.fasterxml.jackson.core.JsonParser parser,
                                com.fasterxml.jackson.core.JsonToken stopOn)
Advance the parser until a null or a specific token is found

Parameters:
parser - (undocumented)
stopOn - (undocumented)
Returns:
(undocumented)