Module spring.data.mongodb
Interface AggregationUpdate.SetValueAppender
- Enclosing class:
- AggregationUpdate
public static interface AggregationUpdate.SetValueAppender
Fluent API AggregationUpdate builder.
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target value as is.Define the target value as value, anAggregationExpressionor aFieldreference.
-
Method Details
-
toValue
Define the target value as is.- Parameters:
value- can be null.- Returns:
- never null.
-
toValueOf
Define the target value as value, anAggregationExpressionor aFieldreference.- Parameters:
value- can be null.- Returns:
- never null.
-