| 限定符和类型 | 方法和说明 | 
|---|---|
| void | addValueProxyMaker(ValueProxyMaker vpm)增加 ValuePfoxyMaker | 
| <T> T | get(Class<T> type,
   String name,
   IocContext context)这是更高级的 Ioc 获取对象的方法,它传给 Ioc 容器一个上下文环境。 | 
| <T> T | getByType(Class<T> type,
         IocContext context) | 
| IocContext | getIocContext()获取容器的上下文对象 | 
| String[] | getNamesByType(Class<?> klass,
              IocContext context) | 
<T> T get(Class<T> type, String name, IocContext context)
type - 对象的类型name - 对象的名称context - 对象的上下文环境IocIocContext getIocContext()
void addValueProxyMaker(ValueProxyMaker vpm)
ValueProxy, 
ValueProxyMakerString[] getNamesByType(Class<?> klass, IocContext context)
<T> T getByType(Class<T> type, IocContext context)
Copyright © 2017. All rights reserved.