Uses of Interface
org.springframework.data.mongodb.core.QueryResultConverter.ConversionResultSupplier
Packages that use QueryResultConverter.ConversionResultSupplier
-
Uses of QueryResultConverter.ConversionResultSupplier in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type QueryResultConverter.ConversionResultSupplierModifier and TypeMethodDescriptionQueryResultConverter.mapDocument(org.bson.Document document, QueryResultConverter.ConversionResultSupplier<T> reader) Map aDocumentthat is read from the MongoDB query/aggregation operation to a query result.