T
- custom Java typeR
- String / Collection<String>> typepublic interface ParameterUpdater<T,R>
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValueString()
Default value (string) that will be used in case input value is not available.
|
String |
getName()
Name of the parameter to be udpated
|
R |
update(T parameters)
Update the value using ParamConverter#toString (and using
the configured
default value ) |
String getName()
String getDefaultValueString()
R update(T parameters)
default value
)parameters
- custom Java type instance value.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.