Interface ParameterUpdaterProvider
public interface ParameterUpdaterProvider
Provider of parameter updater.
- Author:
- Paul Sandoz, Marek Potociar, Gaurav Gupta (gaurav.gupta@payara.fish)
-
Method Summary
Modifier and TypeMethodDescriptionParameterUpdater<?,
?> Get the updater configured to update value of givenparameter
.
-
Method Details
-
get
Get the updater configured to update value of givenparameter
. If the default value has been set on the parameter, it will be configured in the updater.- Parameters:
parameter
- client model parameter.- Returns:
- updater for the method parameter.
-