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