@Value.Immutable public static interface AggregateRemoveRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateRemoveRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default AggregateRemoveRule |
toRule()
Creates a rule that uses this configuration.
|
default AggregateRemoveRule.Config |
withOperandFor(Class<? extends Aggregate> aggregateClass)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final AggregateRemoveRule.Config DEFAULT
default AggregateRemoveRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault AggregateRemoveRule.Config withOperandFor(Class<? extends Aggregate> aggregateClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.