Uses of Class
tools.jackson.core.util.JsonParserSequence
Packages that use JsonParserSequence
-
Uses of JsonParserSequence in tools.jackson.core.util
Methods in tools.jackson.core.util that return JsonParserSequenceModifier and TypeMethodDescriptionstatic JsonParserSequenceJsonParserSequence.createFlattened(boolean checkForExistingToken, JsonParser first, JsonParser second) Method that will construct a sequence (possibly a sequence) that contains all given sub-parsers.