Class ConditionalOperators.IfNull

java.lang.Object
org.springframework.data.mongodb.core.aggregation.ConditionalOperators.IfNull
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
ConditionalOperators

public static class ConditionalOperators.IfNull extends Object implements AggregationExpression
Encapsulates the aggregation framework $ifNull operator. Replacement values can be either field references, expressions, values of simple MongoDB types or values that can be converted to a simple MongoDB type.
Author:
Mark Paluch
See Also: