Example usage for com.mongodb.gridfs GridFSDBFile subclass-usage

List of usage examples for com.mongodb.gridfs GridFSDBFile subclass-usage

Introduction

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

Usage

From source file com.sangupta.dryrun.mongo.DryRunGridFSDBFile.java

/**
 * In-memory implementation of {@link GridFSDBFile} that can be used with
 * {@link DryRunGridFSTemplate}.
 * 
 * @author sangupta
 *

From source file org.opentestsystem.authoring.testauth.stub.DummyGridFSFile.java

public class DummyGridFSFile extends GridFSDBFile {

    private String id;

    private String filename;