JavaScript is disabled on your browser.
Skip navigation links
Spring Data MongoDB - Core
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
spring.data.mongodb
Package
org.springframework.data.mongodb.core.query
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