| Package | Description |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.wrap |
| Modifier and Type | Method and Description |
|---|---|
List<VarHolder> |
InjectGather.getVars() |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectGather.add(VarHolder p) |
void |
BeanContainer.beanInject(VarHolder vh,
String name)
尝试变量注入 字段或参数
|
protected void |
AppContext.beanInject(VarHolder vh,
String name,
boolean required,
boolean autoRefreshed) |
protected void |
BeanContainer.beanInject(VarHolder vh,
String name,
boolean required,
boolean autoRefreshed) |
void |
BeanInjector.doInject(VarHolder vh,
T anno)
注入
|
protected void |
AppContext.tryInject(VarHolder vh,
Annotation[] annS)
尝试为bean注入
|
| Modifier and Type | Class and Description |
|---|---|
class |
VarHolderOfField
字段变量容器 临时对象
为了稳藏 FieldWrap 的一些特性,并统一对外接口
|
class |
VarHolderOfParam
参数变量容器 临时对象
为了稳藏 Parameter 的一些特性,并统一对外接口
|
| Modifier and Type | Method and Description |
|---|---|
VarHolder |
FieldWrap.holder(AppContext ctx,
Object obj,
InjectGather gather)
获取自身的临时对象
|
Copyright © 2025. All rights reserved.