Uses of Interface
com.codeupsoft.base.common.response.Response
Packages that use Response
-
Uses of Response in com.codeupsoft.base.common.exception
Constructors in com.codeupsoft.base.common.exception with parameters of type ResponseModifierConstructorDescriptionCodeupSoftBaseException(Response<Integer, Void> response) 构造函数,基于响应对象构建异常.CodeupSoftBaseException(Response<Integer, Void> response, Throwable cause) 构造函数,基于响应对象和异常原因构建异常. -
Uses of Response in com.codeupsoft.base.common.response
Classes in com.codeupsoft.base.common.response that implement Response