Module spring.data.mongodb
Interface LookupOperation.LetBuilder
- All Known Subinterfaces:
LookupOperation.AsBuilder,LookupOperation.LocalFieldBuilder,LookupOperation.PipelineBuilder
- All Known Implementing Classes:
LookupOperation.LookupOperationBuilder
- Enclosing class:
- LookupOperation
public static interface LookupOperation.LetBuilder
- Since:
- 4.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionlet(VariableOperators.Let let) Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.default LookupOperation.PipelineBuilderlet(VariableOperators.Let.ExpressionVariable... variables) Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.
-
Method Details
-
let
Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.- Parameters:
let- must not be null.- Returns:
- never null.
- See Also:
-
let
Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.- Parameters:
variables- must not be null.- Returns:
- never null.
- See Also:
-