类 MethodParsers
java.lang.Object
com.iohao.game.action.skeleton.core.flow.parser.MethodParsers
关于业务框架中,action 参数相关的包装类
- 作者:
- 渔民小镇
- 日期:
- 2022-06-26
-
构造器概要
-
方法概要
修饰符和类型方法说明void
clear()
boolean
containsKey
(Class<?> clazz) getMethodParser
(ActionCommand.ActionMethodReturnInfo actionMethodReturnInfo) getMethodParser
(ActionCommand.ParamInfo paramInfo) getMethodParser
(Class<?> paramClazz) keySet()
void
mapping
(Class<?> paramClass, MethodParser methodParamParser) void
mappingParamSupplier
(Class<?> paramClass, Supplier<?> supplier)
-
构造器详细资料
-
MethodParsers
public MethodParsers()
-
-
方法详细资料
-
mappingParamSupplier
-
mapping
-
getMethodParser
-
getMethodParser
-
getMethodParser
-
clear
public void clear() -
containsKey
-
keySet
-