Example usage for com.fasterxml.jackson.core.base ParserMinimalBase subclass-usage

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

Introduction

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

Usage

From source file org.ojai.beans.jackson.DocumentParser.java

@API.Internal
public class DocumentParser extends ParserMinimalBase {

    protected final DocumentReader r;

    protected EventType _currEventType;

From source file org.mongojack.internal.object.BsonObjectTraversingParser.java

/**
 * Parses a BSONObject by traversing it. This class was copied from
 * {@link com.fasterxml.jackson.databind.node.TreeTraversingParser} and then
 * adapted to be for BSONObject's, rather than JsonNode's.
 * 
 * While decoding by the cursor uses DBDecoderBsonParser, there are still things

From source file com.addthis.codec.config.ConfigTraversingParser.java

public class ConfigTraversingParser extends ParserMinimalBase {
    /*
    /**********************************************************
    /* Configuration
    /**********************************************************
     */