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 Type
    Method
    Description
    <T> T
    getPropertyValue(P property)
    Returns a value for the given PersistentProperty.
  • Method Details

    • getPropertyValue

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