| 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)
Deprecated.
|
MethodWrap |
AppContext.methodGet(Method method)
Deprecated.
|
MethodWrap |
AppContext.methodWrap(org.noear.eggg.ClassEggg ce,
Method m) |
MethodWrap |
AppContext.methodWrap(org.noear.eggg.ClassEggg ce,
org.noear.eggg.MethodEggg me) |
| 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 |
|---|---|
default Object |
ActionExecuteHandler.executeHandle(Context ctx,
Object target,
MethodWrap mWrap)
Deprecated.
3.4
|
Object[] |
EntityConverter.read(Context ctx,
Object target,
MethodWrap mWrap)
读取(参数分析)
|
Object[] |
EntityConverterFromExecutor.read(Context ctx,
Object target,
MethodWrap mWrap) |
Object |
MethodArgumentResolver.resolveArgument(Context ctx,
Object target,
MethodWrap mWrap,
ParamWrap pWrap,
int pIndex,
LazyReference bodyRef)
参数分析
|
Object |
ActionArgumentResolver.resolveArgument(Context ctx,
Object target,
MethodWrap mWrap,
ParamWrap pWrap,
int pIndex,
LazyReference bodyRef)
Deprecated.
参数分析
|
Object[] |
ActionExecuteHandler.resolveArguments(Context ctx,
Object target,
MethodWrap mWrap)
Deprecated.
参数分析
|
| Modifier and Type | Method and Description |
|---|---|
MethodWrap |
MethodWrap.ofHandler()
初始化
|
Copyright © 2025. All rights reserved.