Uses of Class
org.springframework.data.mongodb.core.aggregation.AggregationOptions
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AggregationOptions in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionAggregationOptions.Builder.build()
Returns a newAggregationOptions
instance with the given configuration.static AggregationOptions
AggregationOptions.fromDocument
(org.bson.Document document) Creates newAggregationOptions
givenDocument
containing aggregation options.Aggregation.getOptions()
Get theAggregationOptions
.Modifier and TypeMethodDescriptionAggregation.withOptions
(AggregationOptions options) Returns a copy of thisAggregation
with the givenAggregationOptions
set.TypedAggregation.withOptions
(AggregationOptions options) ModifierConstructorDescriptionprotected
Aggregation
(List<AggregationOperation> aggregationOperations, AggregationOptions options) Creates a newAggregation
from the givenAggregationOperation
s.TypedAggregation
(Class<I> inputType, List<AggregationOperation> operations, AggregationOptions options) Creates a newTypedAggregation
from the givenAggregationOperation
s and the givenAggregationOptions
.