Interface ParameterUpdaterProvider
-
public interface ParameterUpdaterProviderProvider of parameter updater.- Author:
- Paul Sandoz, Marek Potociar, Gaurav Gupta (gaurav.gupta@payara.fish)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterUpdater<?,?>get(Parameter parameter)Get the updater configured to update value of givenparameter.
-
-
-
Method Detail
-
get
ParameterUpdater<?,?> get(Parameter parameter)
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.
-
-