public interface PropertyValueProvider<P extends PersistentProperty<P>>
PersistentProperty
.Modifier and Type | Method and Description |
---|---|
<T> Optional<T> |
getPropertyValue(P property)
Returns a value for the given
PersistentProperty . |
<T> Optional<T> getPropertyValue(P property)
PersistentProperty
.property
- will never be null.Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.