Module spring.data.mongodb
Class BucketAutoOperation.BucketAutoOperationOutputBuilder
java.lang.Object
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder<BucketAutoOperation.BucketAutoOperationOutputBuilder,BucketAutoOperation>
org.springframework.data.mongodb.core.aggregation.BucketAutoOperation.BucketAutoOperationOutputBuilder
- Enclosing class:
- BucketAutoOperation
public static class BucketAutoOperation.BucketAutoOperationOutputBuilder
extends BucketOperationSupport.OutputBuilder<BucketAutoOperation.BucketAutoOperationOutputBuilder,BucketAutoOperation>
BucketOperationSupport.OutputBuilder implementation for BucketAutoOperation.-
Field Summary
Fields inherited from class org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.OutputBuilder
operation, value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBucketAutoOperationOutputBuilder(Object value, BucketAutoOperation operation) Creates a newBucketAutoOperation.BucketAutoOperationOutputBuilderfot the given value andBucketAutoOperation. -
Method Summary
Modifier and TypeMethodDescriptionapply(BucketOperationSupport.OperationOutput operationOutput) Apply anBucketOperationSupport.OperationOutputto this output.
-
Constructor Details
-
BucketAutoOperationOutputBuilder
Creates a newBucketAutoOperation.BucketAutoOperationOutputBuilderfot the given value andBucketAutoOperation.- Parameters:
value- must not be null.operation- must not be null.
-
-
Method Details
-
apply
protected BucketAutoOperation.BucketAutoOperationOutputBuilder apply(BucketOperationSupport.OperationOutput operationOutput) Description copied from class:BucketOperationSupport.OutputBuilderApply anBucketOperationSupport.OperationOutputto this output.- Specified by:
applyin classBucketOperationSupport.OutputBuilder<BucketAutoOperation.BucketAutoOperationOutputBuilder,BucketAutoOperation> - Parameters:
operationOutput- must not be null.- Returns:
- never null.
-