public class AdditionalParameterValueMap extends Object
Modifier | Constructor and Description |
---|---|
protected |
AdditionalParameterValueMap(Map<String,Object> values)
Builds an AdditionalParameterValueMap
|
Modifier and Type | Method and Description |
---|---|
<T> T |
getValue(String parameterId)
Gets the value of the given additional parameter
|
protected AdditionalParameterValueMap(Map<String,Object> values)
values
- The valuespublic <T> T getValue(String parameterId) throws ClassCastException
T
- the type of the valueparameterId
- The id of the parameterClassCastException
- if the value cannot be cast to the expected type