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). |
<T> T getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
PreferredConstructor.Parameter
(usually when entity instances are created).parameter
- must not be null.Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.