类 ForestReturnException

所有已实现的接口:
Serializable

public class ForestReturnException extends ForestRuntimeException
Forest返回类型异常
从以下版本开始:
1.5.2
作者:
gongjun [dt_flys@hotmail.com]
另请参阅:
  • 构造器详细资料

    • ForestReturnException

      public ForestReturnException(Class<?> classOfReturnTypeParameter)
  • 方法详细资料

    • getClassOfReturnTypeParameter

      public Class<?> getClassOfReturnTypeParameter()
      获取ReturnType注解所修饰的参数的类型
      返回:
      Class实例