List of usage examples for com.mongodb.gridfs GridFSDBFile subclass-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;