Class AbstractReactiveQueryExecutor
java.lang.Object
com.github.krr.mongodb.aggregate.support.query.AbstractReactiveQueryExecutor
- All Implemented Interfaces:
ReactiveMongoQueryExecutor
- Direct Known Subclasses:
ReactiveMongoNativeJavaDriverQueryExecutor
public abstract class AbstractReactiveQueryExecutor
extends Object
implements ReactiveMongoQueryExecutor
Created by rkolliva
5/17/18.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.data.mongodb.core.ReactiveMongoOperationsprotected final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsModifierConstructorDescriptionAbstractReactiveQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations) protectedAbstractReactiveQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.krr.mongodb.aggregate.support.api.ReactiveMongoQueryExecutor
executeQuery
-
Field Details
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
mongoOperations
protected final org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations
-
-
Constructor Details
-
AbstractReactiveQueryExecutor
protected AbstractReactiveQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
AbstractReactiveQueryExecutor
public AbstractReactiveQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations)
-