Class ObjectPath
java.lang.Object
org.springframework.data.mongodb.core.convert.ObjectPath
A path of objects nested into each other. The type allows access to all parent objects currently in creation even
when resolving more nested objects. This allows to avoid re-resolving object instances that are logically equivalent
to already resolved ones.
An immutable ordered set of target objects for Document
to Object
conversions. Object paths
can be extended via push(Object, MongoPersistentEntity, Object)
.
- Since:
- 1.6
- Author:
- Thomas Darimont, Oliver Gierke, Mark Paluch, Christoph Strobl
-
Method Summary