Example usage for com.mongodb LazyDBDecoder subclass-usage

List of usage examples for com.mongodb LazyDBDecoder subclass-usage

Introduction

In this page you can find the example usage for com.mongodb LazyDBDecoder subclass-usage.

Usage

From source file org.jongo.bson.BsonDBDecoder.java

public class BsonDBDecoder extends LazyDBDecoder implements DBDecoder {

    public final static DBDecoderFactory FACTORY = new BsonDBDecoderFactory();

    private BsonDBDecoder() {
    }