public interface PropertyValueProvider<P extends PersistentProperty<P>>PersistentProperty として値を提供するコンポーネントの SPI。| 修飾子と型 | メソッドと説明 |
|---|---|
<T> T | getPropertyValue(P property) 指定された PersistentProperty の値を返します。 |
@Nullable <T> T getPropertyValue(P property)
PersistentProperty の値を返します。property - null になることはありません。Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.