Uses of Interface
org.springframework.data.mongodb.core.FindPublisherPreparer
Packages that use FindPublisherPreparer
-
Uses of FindPublisherPreparer in org.springframework.data.mongodb.core
Fields in org.springframework.data.mongodb.core declared as FindPublisherPreparerModifier and TypeFieldDescriptionstatic final FindPublisherPreparerFindPublisherPreparer.NO_OP_PREPARERDefaultFindPublisherPreparerjust passing on the givenFindPublisher.Methods in org.springframework.data.mongodb.core with parameters of type FindPublisherPreparerModifier and TypeMethodDescriptionprotected <S,T> Flux<T> ReactiveMongoTemplate.doFind(String collectionName, CollectionPreparer<com.mongodb.reactivestreams.client.MongoCollection<org.bson.Document>> collectionPreparer, org.bson.Document query, org.bson.Document fields, Class<S> entityClass, FindPublisherPreparer preparer, org.springframework.data.mongodb.core.ReactiveMongoTemplate.DocumentCallback<T> objectCallback) protected <T> Flux<T>ReactiveMongoTemplate.doFind(String collectionName, CollectionPreparer<com.mongodb.reactivestreams.client.MongoCollection<org.bson.Document>> collectionPreparer, org.bson.Document query, org.bson.Document fields, Class<T> entityClass, FindPublisherPreparer preparer) Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.protected <T> Mono<T>ReactiveMongoTemplate.doFindOne(String collectionName, CollectionPreparer<com.mongodb.reactivestreams.client.MongoCollection<org.bson.Document>> collectionPreparer, org.bson.Document query, org.bson.Document fields, Class<T> entityClass, FindPublisherPreparer preparer) Map the results of an ad-hoc query on the default MongoDB collection to an object using the template's converter.