Class DocumentReferenceSource
java.lang.Object
org.springframework.data.mongodb.core.convert.DocumentReferenceSource
The source object to resolve document references upon. Encapsulates the actual source and the reference specific
values.
- Since:
- 3.3
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptiongetSelf()
Get the outer document.Get the actual (property specific) reference value.
-
Method Details
-
getSelf
Get the outer document.- Returns:
- never null.
-
getTargetSource
Get the actual (property specific) reference value.- Returns:
- can be null.
-