| Package | Description | 
|---|---|
| org.springframework.data.mongodb.gridfs | Support for MongoDB GridFS feature. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GridFsResource | GridFsResource. absent(String filename)Obtain an absent  GridFsResource. | 
| GridFsResource | GridFsTemplate. getResource(com.mongodb.client.gridfs.model.GridFSFile file) | 
| GridFsResource | GridFsOperations. getResource(com.mongodb.client.gridfs.model.GridFSFile file)Returns the  GridFsResourcefor aGridFSFile. | 
| GridFsResource | GridFsTemplate. getResource(String location) | 
| GridFsResource | GridFsOperations. getResource(String filename)Returns the  GridFsResourcewith the given file name. | 
| GridFsResource[] | GridFsTemplate. getResources(String locationPattern) | 
| GridFsResource[] | GridFsOperations. getResources(String filenamePattern)Returns all  GridFsResources matching the given file name pattern. | 
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.