| Package | Description |
|---|---|
| org.nutz.ioc |
Ioc 容器
|
| org.nutz.ioc.impl |
| Modifier and Type | Method and Description |
|---|---|
ObjectMaker |
IocMaking.getObjectMaker() |
| Constructor and Description |
|---|
IocMaking(Ioc ioc,
MirrorFactory mirrors,
IocContext context,
ObjectMaker maker,
List<ValueProxyMaker> vpms,
String objName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMakerImpl
在这里,需要考虑 AOP
|
| Modifier and Type | Method and Description |
|---|---|
void |
NutIoc.setMaker(ObjectMaker maker) |
| Constructor and Description |
|---|
NutIoc(ObjectMaker maker,
IocLoader loader,
IocContext context,
String defaultScope) |
NutIoc(ObjectMaker maker,
IocLoader loader,
IocContext context,
String defaultScope,
MirrorFactory mirrors) |
Copyright © 2017. All rights reserved.