Spring Data Core

org.springframework.data.mapping.model
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

Method Summary
<T> T
getPropertyValue(P property)
          Returns a value for the given PersistentProperty.
 

Method Detail

getPropertyValue

<T> T getPropertyValue(P property)
Returns a value for the given PersistentProperty.

Parameters:
property - will never be null.
Returns:

Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.