Class DotPath
java.lang.Object
org.springframework.data.mongodb.util.DotPath
Value object representing a dot path.
- Since:
- 3.2
- Author:
- Mark Paluch
-
Method Details
-
from
-
empty
-
append
-
isEmpty
public boolean isEmpty()Returns whether this dotpath is empty.- Returns:
- whether this dotpath is empty.
-
toString
-