Package | Description |
---|---|
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Method and Description |
---|---|
static JsonParserSequence |
JsonParserSequence.createFlattened(boolean checkForExistingToken,
JsonParser first,
JsonParser second)
Method that will construct a parser (possibly a sequence) that
contains all given sub-parsers.
|
static JsonParserSequence |
JsonParserSequence.createFlattened(JsonParser first,
JsonParser second)
Deprecated.
Since 2.8 use
createFlattened(boolean, JsonParser, JsonParser)
instead |
Copyright © 2008-2016 FasterXML. All Rights Reserved.