protected static class InstanceMap.InjectedParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Inject> |
paramInjects |
protected List<Class<?>> |
paramTypes |
| Modifier | Constructor and Description |
|---|---|
protected |
InjectedParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameter(Class<?> type,
Inject inject) |
Object |
getArgument(InstanceMap map,
int i) |
Object[] |
getArguments(InstanceMap map) |
public Object[] getArguments(InstanceMap map)
public Object getArgument(InstanceMap map, int i)
Copyright © 2015. All rights reserved.