public class InjectGather extends Object implements Runnable, Comparable<InjectGather>
AppContext.tryBuildBeanOfMethod(org.noear.solon.core.BeanWrap, java.lang.reflect.Method, org.noear.solon.annotation.Bean)| Modifier and Type | Field and Description |
|---|---|
int |
index |
| Constructor and Description |
|---|
InjectGather(int label,
Class<?> outType,
boolean requireRun,
int varSize,
ConsumerEx<Object[]> onDone) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VarHolder p) |
void |
check()
检测
|
void |
commit()
提交
|
int |
compareTo(InjectGather o) |
Class<?> |
getOutType() |
List<VarHolder> |
getVars() |
boolean |
isDone() |
boolean |
isMethod() |
void |
run()
运行(变量收集完成后,回调运行)
|
public InjectGather(int label,
Class<?> outType,
boolean requireRun,
int varSize,
ConsumerEx<Object[]> onDone)
public boolean isDone()
public boolean isMethod()
public Class<?> getOutType()
public void add(VarHolder p)
public void commit()
public int compareTo(InjectGather o)
compareTo in interface Comparable<InjectGather>Copyright © 2025. All rights reserved.