Interface ActualParameter

All Known Implementing Classes:
ActionMethodParameter, ActionMethodReturn

public interface ActualParameter
ActualParameter
Since:
25.1
Author:
渔民小镇
date:
2025-09-09
  • Method Summary

    Modifier and Type
    Method
    Description
    The generic type of the List, also known as the method return value type
    boolean
    Whether it is a List type
  • Method Details

    • isList

      boolean isList()
      Whether it is a List type
      Returns:
      true if it is a List type
    • getActualTypeArgumentClass

      Class<?> getActualTypeArgumentClass()
      The generic type of the List, also known as the method return value type
      Returns:
      The generic type of the List