public interface ActionLoaderFactory
| Modifier and Type | Method and Description |
|---|---|
ActionLoader |
createLoader(BeanWrap wrap,
boolean remoting)
创建动作加载器
|
Set<MethodType> |
findMethodTypes(Set<MethodType> list,
Predicate<Class> checker)
查找动作方式类型
|
EntityConverter |
getEntityConverterDefault()
获取动作默认执行器
|
String |
postActionPath(BeanWrap bw,
String bPath,
org.noear.eggg.MethodEggg me,
String mPath)
确认动作路径
|
void |
resolveActionParam(ActionParam vo,
AnnotatedElement element)
分析动作参数
|
ActionLoader createLoader(BeanWrap wrap, boolean remoting)
Set<MethodType> findMethodTypes(Set<MethodType> list, Predicate<Class> checker)
void resolveActionParam(ActionParam vo, AnnotatedElement element)
String postActionPath(BeanWrap bw, String bPath, org.noear.eggg.MethodEggg me, String mPath)
EntityConverter getEntityConverterDefault()
Copyright © 2025. All rights reserved.