public interface ParameterUpdaterProvider
Modifier and Type | Method and Description |
---|---|
ParameterUpdater<?,?> |
get(Parameter parameter)
Get the updater configured to update value of given
parameter . |
ParameterUpdater<?,?> get(Parameter parameter)
parameter
.
If the default value has been set on the parameter, it will be configured
in the updater.parameter
- client model parameter.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.