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

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

Introduction

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

Usage

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

@API.Internal
public class DocumentGenerator extends JsonGenerator {

    protected final DocumentBuilder b;
    protected final Stack<Boolean> mapCtxts;

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

/**
 * JSON generator that actually generates a BSON object
 *
 * @author James Roper
 * @since 1.0
 */