Expression.Builder |
Expression.Builder.andExpression(Collection<Expression> andExpression) |
List of routing expressions which will be AND-ed together.
|
Expression.Builder |
Expression.Builder.andExpression(Consumer<Expression.Builder>... andExpression) |
List of routing expressions which will be AND-ed together.
|
Expression.Builder |
Expression.Builder.andExpression(Expression... andExpression) |
List of routing expressions which will be AND-ed together.
|
default Expression.Builder |
Expression.Builder.attributeCondition(Consumer<AttributeCondition.Builder> attributeCondition) |
An object to specify the predefined attribute condition.
|
Expression.Builder |
Expression.Builder.attributeCondition(AttributeCondition attributeCondition) |
An object to specify the predefined attribute condition.
|
static Expression.Builder |
Expression.builder() |
|
Expression.Builder |
Expression.Builder.orExpression(Collection<Expression> orExpression) |
List of routing expressions which will be OR-ed together.
|
Expression.Builder |
Expression.Builder.orExpression(Consumer<Expression.Builder>... orExpression) |
List of routing expressions which will be OR-ed together.
|
Expression.Builder |
Expression.Builder.orExpression(Expression... orExpression) |
List of routing expressions which will be OR-ed together.
|
Expression.Builder |
Expression.toBuilder() |
|