T |
InstanceMap.Factory.create(InstanceMap map) |
T |
InstanceMap.InjectFactory.create(InstanceMap map) |
T |
InstanceMap.ReflectiveFactory.create(InstanceMap map) |
T |
InstanceMap.ReflectiveProxyFactory.create(InstanceMap map) |
static void |
Instances.fillArgs(InstanceMap map,
Arg[] args,
Object[] values,
Class[] types,
Object[] moreValues) |
static Object[] |
Instances.getArgs(InstanceMap map,
Arg[] args) |
Object |
InstanceMap.InjectedParameters.getArgument(InstanceMap map,
int i) |
Object[] |
InstanceMap.InjectedParameters.getArguments(InstanceMap map) |
protected Object |
InstanceMap.PropertyInit.getInitialValue(InstanceMap map) |
static Object |
Instances.getInstance(InstanceMap map,
Instance inst) |
static Object |
Instances.getInstance(InstanceMap map,
String key,
Class<?> impl,
String factory,
Arg[] args) |
static Object |
Instances.getInstance(InstanceMap map,
String key,
Class<?> impl,
String factory,
Arg[] args,
Object[] moreValues) |
static Object[] |
Instances.getInstances(InstanceMap map,
Instance[] inst) |
static Class[] |
Instances.getTypes(InstanceMap map,
Arg[] args,
Class[] inputTypes) |
abstract void |
InstanceMap.Init.init(InstanceMap map) |
void |
InstanceMap.PropertyInit.init(InstanceMap map) |
void |
InstanceMap.FieldValueInit.init(InstanceMap map) |
void |
InstanceMap.SetterInit.init(InstanceMap map) |