Example usage for com.fasterxml.jackson.core JsonParser subclass-usage

List of usage examples for com.fasterxml.jackson.core JsonParser subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.core JsonParser subclass-usage.

Usage

From source file com.cinnober.msgcodec.json.TypeScannerJsonParser.java

/**
 * JsonParser with look-ahead to find the "$type" field value.
 * This class is used when the "$type" field is not the first field in a dynamic object.
 * 
 * @author mikael.brannstrom
 */