|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.sql.json.JacksonUtils
public class JacksonUtils
| 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 |
|---|
public JacksonUtils()
| Method Detail |
|---|
public static boolean nextUntil(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.core.JsonToken stopOn)
parser - (undocumented)stopOn - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||