public static class BucketAutoOperation.ExpressionBucketAutoOperationBuilder extends BucketOperationSupport.ExpressionBucketOperationBuilderSupport<BucketAutoOperation.BucketAutoOperationOutputBuilder,BucketAutoOperation>
ExpressionBucketOperationBuilderSupport implementation for BucketAutoOperation using SpEL
expression based Output.operation, value| Modifier | Constructor and Description |
|---|---|
protected |
ExpressionBucketAutoOperationBuilder(String expression,
BucketAutoOperation operation,
Object[] parameters)
Creates a new
BucketAutoOperation.ExpressionBucketAutoOperationBuilder for the given value, BucketAutoOperation and
parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected BucketAutoOperation.BucketAutoOperationOutputBuilder |
apply(BucketOperationSupport.OperationOutput operationOutput)
Apply an
BucketOperationSupport.OperationOutput to this output. |
protected ExpressionBucketAutoOperationBuilder(String expression, BucketAutoOperation operation, Object[] parameters)
BucketAutoOperation.ExpressionBucketAutoOperationBuilder for the given value, BucketAutoOperation and
parameters.expression - must not be null.operation - must not be null.parameters - protected BucketAutoOperation.BucketAutoOperationOutputBuilder apply(BucketOperationSupport.OperationOutput operationOutput)
BucketOperationSupport.OutputBuilderBucketOperationSupport.OperationOutput to this output.apply in class BucketOperationSupport.OutputBuilder<BucketAutoOperation.BucketAutoOperationOutputBuilder,BucketAutoOperation>operationOutput - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.