Class MethodParsers
java.lang.Object
com.iohao.net.framework.core.flow.parser.MethodParsers
Wrapper class related to action parameters in the business framework
- Author:
- 渔民小镇
- date:
- 2022-06-26
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Class<?> clazz) getMethodParser(ActualParameter actionMethodReturn) getMethodParser(Class<?> paramClazz) keySet()voidmapping(Class<?> paramClass, MethodParser methodParamParser) voidmappingParamSupplier(Class<?> paramClass, Supplier<?> supplier)
-
Constructor Details
-
MethodParsers
public MethodParsers()
-
-
Method Details
-
clear
public void clear() -
mappingParamSupplier
-
getMethodParser
-
keySet
-
getMethodParser
-
containsKey
-
mapping
-