public interface ParameterValueProvider<P extends PersistentProperty<P>>
PreferredConstructor.Parameter
.Modifier and Type | Method and Description |
---|---|
<T> T |
getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
Returns the value to be used for the given
PreferredConstructor.Parameter (usually when entity instances are created). |
@Nullable <T> T getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
PreferredConstructor.Parameter
(usually when entity instances are created).parameter
- must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.