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 Details

    • getPropertyValue

      <T> @Nullable T getPropertyValue(P property)
      Returns a value for the given PersistentProperty.
      Parameters:
      property - will never be null.
      Returns:
      the property value. Can be null.