Uses of Interface
org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull.ThenBuilder
Packages that use ConditionalOperators.IfNull.ThenBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ConditionalOperators.IfNull.ThenBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ConditionalOperators.IfNull.ThenBuilderModifier and TypeMethodDescriptionCreates newAggregationExpressionthat evaluates an expression and returns the value of the expression if the expression evaluates to a non-null value.ConditionalOperators.ifNull(AggregationExpression expression) Creates newAggregationExpressionthat evaluates an expression and returns the value of the expression if the expression evaluates to a non-null value.Creates newConditionalOperators.IfNull.ConditionalOperators.IfNull.ifNull(AggregationExpression expression) Creates newConditionalOperators.IfNull.ConditionalOperators.IfNull.IfNullBuilder.ifNull(AggregationExpression expression) ConditionalOperators.IfNull.OrBuilder.orIfNull(AggregationExpression expression)