| 程序包 | 说明 |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.wrap |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BeanContainer.beanInject(VarHolder varH,
String name)
尝试变量注入 字段或参数
|
protected void |
BeanContainer.beanInject(VarHolder varH,
String name,
boolean autoRefreshed) |
void |
BeanInjector.doInject(VarHolder varH,
T anno)
注入
|
protected void |
AopContext.tryInject(VarHolder varH,
Annotation[] annS)
尝试为bean注入
|
protected void |
AopContext.tryParameterInject(VarHolder varH,
Parameter p) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VarHolderOfField
字段变量容器 临时对象
为了稳藏 FieldWrap 的一些特性,并统一对外接口
|
class |
VarHolderOfParam
参数变量容器 临时对象
为了稳藏 Parameter 的一些特性,并统一对外接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
VarHolder |
VarGather.add(Parameter p) |
VarHolder |
FieldWrap.holder(Object obj)
获取自身的临时对象
|
Copyright © 2021. All rights reserved.