Java org.springframework.data.mongodb.gridfs GridFsTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.gridfs GridFsTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.gridfs GridFsTemplate.

The text is from its open source code.

Subclass

org.springframework.data.mongodb.gridfs.GridFsTemplate has subclasses.
Click this link to see all its subclasses.

Constructor

GridFsTemplate(MongoDbFactory dbFactory, MongoConverter converter)
Creates a new GridFsTemplate using the given MongoDbFactory and MongoConverter .
GridFsTemplate(MongoDbFactory dbFactory, MongoConverter converter, @Nullable String bucket)
Creates a new GridFsTemplate using the given MongoDbFactory and MongoConverter .