Uses of Interface
org.springframework.data.mongodb.core.aggregation.ConditionalOperators.Cond.OtherwiseBuilder
Packages that use ConditionalOperators.Cond.OtherwiseBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ConditionalOperators.Cond.OtherwiseBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ConditionalOperators.Cond.OtherwiseBuilderModifier and TypeMethodDescriptionCreates newAggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions.ConditionalOperators.Cond.ThenBuilder.thenValueOf(String fieldReference) ConditionalOperators.Cond.ThenBuilder.thenValueOf(AggregationExpression expression) ConditionalOperators.ConditionalOperatorFactory.thenValueOf(String fieldReference) Creates newAggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions.ConditionalOperators.ConditionalOperatorFactory.thenValueOf(AggregationExpression expression) Creates newAggregationExpressionthat evaluates a boolean expression to return one of the two specified return expressions.