Uses of Class
org.springframework.data.mongodb.gridfs.GridFsResource
Packages that use GridFsResource
-
Uses of GridFsResource in org.springframework.data.mongodb.gridfs
Methods in org.springframework.data.mongodb.gridfs that return GridFsResourceModifier and TypeMethodDescriptionstatic GridFsResource
Obtain an absentGridFsResource
.GridFsOperations.getResource
(com.mongodb.client.gridfs.model.GridFSFile file) Returns theGridFsResource
for aGridFSFile
.GridFsOperations.getResource
(String filename) Returns theGridFsResource
with the given file name.GridFsTemplate.getResource
(com.mongodb.client.gridfs.model.GridFSFile file) GridFsTemplate.getResource
(String location) GridFsOperations.getResources
(String filenamePattern) Returns allGridFsResource
s matching the given file name pattern.GridFsTemplate.getResources
(String locationPattern)