Interface PropertyValueProvider<P extends PersistentProperty<P>>
public interface PropertyValueProvider<P extends PersistentProperty<P>>
SPI for components to provide values for as
PersistentProperty
.- Author:
- Oliver Gierke, Mark Paluch
-
Method Summary
Modifier and TypeMethodDescription<T> T
getPropertyValue
(P property) Returns a value for the givenPersistentProperty
.
-
Method Details
-
getPropertyValue
Returns a value for the givenPersistentProperty
.- Parameters:
property
- will never be null.- Returns:
-