JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data MongoDB - Core
org.springframework.data.mongodb.core.query
Update
Modifier
Contents
Description
Method Summary
Method Details
getKey()
getValue()
toJsonString()
Hide sidebar
Show sidebar
Interface Update.Modifier
Enclosing class:
Update
public static interface
Update.Modifier
Marker interface of nested commands.
Author:
Christoph Strobl
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
String
getKey
()
Object
getValue
()
default
String
toJsonString
()
Method Details
getKey
String
getKey
()
Returns:
the command to send eg.
$push
getValue
Object
getValue
()
Returns:
value to be sent with command
toJsonString
default
String
toJsonString
()
Returns:
a safely serialized JSON representation.
Since:
2.0