public static final class ParameterBridge.NoMapper extends Object implements ParameterBridge
ParameterBridge.NoMapper| Constructor and Description |
|---|
NoMapper() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
get(ParameterMap map,
String resourceName)
Returns the parameter values as expected by the injection code when a dependency
injection annotated field or method (for instance, annotated with @Param
or @Inject) needs to be resolved.
|
String |
getOne(ParameterMap map,
String resourceName)
Returns the parameter value as expected by the injection code when a dependency
injection annotated field or method (for instance, annotated with @Param
or @Inject) needs to be resolved.
|
public String getOne(ParameterMap map, String resourceName)
ParameterBridgegetOne in interface ParameterBridgemap - is the original set of parameters as used to inject the supplemented
command.resourceName - the name of the resource as defined by the actionpublic List<String> get(ParameterMap map, String resourceName)
ParameterBridgeget in interface ParameterBridgemap - is the original set of parameters as used to inject the supplemented
command.resourceName - the name of the resource as defined by the actionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.