Class ActionMethodParameter
java.lang.Object
com.iohao.net.framework.core.ActionMethodParameter
- All Implemented Interfaces:
ActualParameter
ActionMethodParameter
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-09
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionMethodParameter
-
-
Method Details
-
toString
-
toString
-
isList
public boolean isList()Description copied from interface:ActualParameterWhether it is a List type- Specified by:
isListin interfaceActualParameter- Returns:
- true if it is a List type
-
getActualTypeArgumentClass
Description copied from interface:ActualParameterThe generic type of the List, also known as the method return value type- Specified by:
getActualTypeArgumentClassin interfaceActualParameter- Returns:
- The generic type of the List
-