Package | Description |
---|---|
org.nutz.ioc |
Ioc 容器
|
org.nutz.ioc.aop | |
org.nutz.ioc.impl | |
org.nutz.ioc.loader.annotation | |
org.nutz.ioc.loader.combo | |
org.nutz.ioc.loader.map | |
org.nutz.ioc.loader.properties | |
org.nutz.ioc.loader.xml |
Modifier and Type | Method and Description |
---|---|
IocObject |
IocLoader.load(IocLoading loading,
String name)
每次这个函数被调用,则要构造一个新的 IocObject
|
Modifier and Type | Method and Description |
---|---|
IocObject |
SimpleAopMaker.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
protected IocLoading |
NutIoc.createLoading() |
Modifier and Type | Method and Description |
---|---|
IocObject |
AnnotationIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
ComboIocLoader.each(IocLoading loading,
Callback<IocObject> callback) |
Set<String> |
ComboIocLoader.getNamesByAnnotation(IocLoading loading,
Class<? extends Annotation> klass) |
Set<String> |
ComboIocLoader.getNamesByTypes(IocLoading loading,
Class<?> klass) |
Class<?> |
ComboIocLoader.getType(IocLoading loading,
String beanName) |
IocObject |
ComboIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
MapLoader.load(IocLoading loading,
String name)
|
Modifier and Type | Method and Description |
---|---|
IocObject |
PropertiesIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
XmlIocLoader.load(IocLoading loading,
String name) |
Copyright © 2019. All rights reserved.