Module spring.data.mongodb
Interface DbRefResolverCallback
public interface DbRefResolverCallback
Callback interface to be used in conjunction with
DbRefResolver.- Author:
- Thomas Darimont, Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionresolve(MongoPersistentProperty property) Resolve the final object for the givenMongoPersistentProperty.
-
Method Details
-
resolve
Resolve the final object for the givenMongoPersistentProperty.- Parameters:
property- will never be null.- Returns:
-