static <T> RespVO<T> |
RespVO.buildWithBaseRespResult(BaseRespResult baseRespResult) |
static <T> RespVO<T> |
RespVO.buildWithBaseRespResult(BaseRespResult baseRespResult,
T data) |
static <T> RespVO<T> |
RespVO.error() |
static <T> RespVO<T> |
RespVO.error(BaseRespResult baseRespResult) |
static <T> RespVO<T> |
RespVO.error(BaseRespResult baseRespResult,
T data) |
static <T> RespVO<T> |
RespVO.errorWithErrorMsg(BaseRespResult baseRespResult,
String errorMsg) |
static <T> RespVO<T> |
RespVO.errorWithErrorMsg(String errorMsg) |
static <S,T> RespVO<T> |
RespVO.resp(OpResult<S> opResult,
@NotNull java.util.function.Function<S,T> function) |
static <T> RespVO<T> |
RespVO.resp(OpResult<T> opResult) |
static <T> RespVO<T> |
RespVO.success() |
static <T> RespVO<T> |
RespVO.success(T data) |