public interface ParameterSource
Modifier and Type | Method and Description |
---|---|
Object |
getValue(String paramName)
Return the parameter value for the requested named parameter.
|
boolean |
hasValue(String paramName)
Determine whether there is a value for the specified named parameter.
|
boolean hasValue(String paramName)
paramName
- the name of the parameter