public class StaticParameterExtractor<T> extends Object implements ParameterExtractor<T>
| Constructor and Description |
|---|
StaticParameterExtractor(T parameter) |
| Modifier and Type | Method and Description |
|---|---|
T |
getParameter(Method method,
HashMap<String,Object> argumentMap,
WireContext... wireContexts) |
public StaticParameterExtractor(T parameter)
public T getParameter(Method method, HashMap<String,Object> argumentMap, WireContext... wireContexts) throws MissingInstanceIdException
getParameter in interface ParameterExtractor<T>MissingInstanceIdExceptionCopyright © 2020. All rights reserved.