Uses of Class
org.springframework.data.mongodb.gridfs.GridFsResource
-
Uses of GridFsResource in org.springframework.data.mongodb.gridfs
Modifier 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)