| Package | Description |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.handle | |
| org.noear.solon.core.wrap |
| Modifier and Type | Method and Description |
|---|---|
MethodWrap |
AppContext.methodGet(Class<?> clz,
Method method)
获取方法包装(方便 aot 收集)
|
MethodWrap |
AppContext.methodGet(Method method)
获取方法包装(方便 aot 收集)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppContext.tryBuildBeanOfMethod2(Bean anno,
MethodWrap mWrap,
BeanWrap bw,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppContext.methodForeach(Consumer<MethodWrap> action)
遍历method (拿到的是method包装)
|
| Modifier and Type | Method and Description |
|---|---|
MethodWrap |
Action.method()
执行方法
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionExecuteHandler.executeHandle(Context ctx,
Object target,
MethodWrap mWrap)
执行
|
Object[] |
EntityConverter.read(Context ctx,
Object target,
MethodWrap mWrap)
读取(参数分析)
|
Object[] |
ActionExecuteHandler.resolveArguments(Context ctx,
Object target,
MethodWrap mWrap)
参数分析
|
| Modifier and Type | Method and Description |
|---|---|
MethodWrap |
MethodWrap.ofHandler()
初始化
|
Copyright © 2025. All rights reserved.