Class ReactiveMongoNativeJavaDriverQueryExecutor
java.lang.Object
com.github.krr.mongodb.aggregate.support.query.AbstractReactiveQueryExecutor
com.github.krr.mongodb.aggregate.support.query.ReactiveMongoNativeJavaDriverQueryExecutor
- All Implemented Interfaces:
ReactiveMongoQueryExecutor
Created by rkolliva
4/16/18.
-
Field Summary
Fields inherited from class com.github.krr.mongodb.aggregate.support.query.AbstractReactiveQueryExecutor
mongoOperations, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations) ReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<?> executeQuery(com.github.krr.mongodb.aggregate.support.api.QueryProvider queryProvider)
-
Constructor Details
-
ReactiveMongoNativeJavaDriverQueryExecutor
public ReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations) -
ReactiveMongoNativeJavaDriverQueryExecutor
public ReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
executeQuery
public org.reactivestreams.Publisher<?> executeQuery(com.github.krr.mongodb.aggregate.support.api.QueryProvider queryProvider)
-