Uses of Class
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.Outputs
Packages that use BucketOperationSupport.Outputs
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BucketOperationSupport.Outputs in org.springframework.data.mongodb.core.aggregation
Fields in org.springframework.data.mongodb.core.aggregation declared as BucketOperationSupport.OutputsModifier and TypeFieldDescriptionprotected static final BucketOperationSupport.OutputsBucketOperationSupport.Outputs.EMPTYMethods in org.springframework.data.mongodb.core.aggregation that return BucketOperationSupport.OutputsModifier and TypeMethodDescriptionprotected BucketOperationSupport.OutputsBucketOperationSupport.Outputs.and(BucketOperationSupport.Output output) Create a newBucketOperationSupport.Outputsthat contains the newBucketOperationSupport.Output.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type BucketOperationSupport.OutputsModifier and TypeMethodDescriptionprotected BucketAutoOperationBucketAutoOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) protected BucketOperationBucketOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) protected abstract TBucketOperationSupport.newBucketOperation(BucketOperationSupport.Outputs outputs) Implementation hook to create a new bucket operation.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type BucketOperationSupport.OutputsModifierConstructorDescriptionprotectedBucketOperationSupport(BucketOperationSupport<?, ?> operationSupport, BucketOperationSupport.Outputs outputs) Creates a copy ofBucketOperationSupportand applies the newBucketOperationSupport.Outputs.