Class SetOperation.FieldAppender
java.lang.Object
org.springframework.data.mongodb.core.aggregation.SetOperation.FieldAppender
- Enclosing class:
- SetOperation
- Since:
- 3.0
- Author:
- Christoph Strobl
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionDefine the field to set.
-
Method Details
-
set
Define the field to set.- Parameters:
field
- must not be null.- Returns:
- new instance of
SetOperation.FieldAppender.ValueAppender
.
-