JavaScript is disabled on your browser.
Skip navigation links
Spring Data MongoDB
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.data.mongodb.core.schema
Interface MongoJsonSchema.ConflictResolutionFunction.Path
Enclosing interface:
MongoJsonSchema.ConflictResolutionFunction
public static interface
MongoJsonSchema.ConflictResolutionFunction.Path
Since:
3.4
Author:
Christoph Strobl
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
currentElement
()
String
dotPath
()
Method Details
currentElement
String
currentElement
()
Returns:
the name of the currently processed element
dotPath
String
dotPath
()
Returns:
the path leading to the currently processed element in dot '.' notation.