Module spring.data.mongodb
Interface LookupOperation.AsBuilder
- All Superinterfaces:
LookupOperation.LetBuilder,LookupOperation.PipelineBuilder
- All Known Implementing Classes:
LookupOperation.LookupOperationBuilder
- Enclosing class:
- LookupOperation
-
Method Summary
Methods inherited from interface org.springframework.data.mongodb.core.aggregation.LookupOperation.LetBuilder
let, letMethods inherited from interface org.springframework.data.mongodb.core.aggregation.LookupOperation.PipelineBuilder
pipeline, pipeline
-
Method Details
-
as
- Specified by:
asin interfaceLookupOperation.PipelineBuilder- Parameters:
name- the name of the new array field to add to the input documents, must not be null or empty.- Returns:
- new instance of
LookupOperation.
-