Java com.fasterxml.jackson.core.util JsonParserSequence fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.core.util JsonParserSequence fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.core.util JsonParserSequence.

The text is from its open source code.

Method

JsonParserSequencecreateFlattened(JsonParser first, JsonParser second)
Method that will construct a parser (possibly a sequence) that contains all given sub-parsers.