| 程序包 | 说明 |
|---|---|
| org.hswebframework.web.crud.web |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResponseMessage<T> |
ResponseMessage.error(int status,
String code,
String message) |
static <T> ResponseMessage<T> |
ResponseMessage.error(String message) |
static <T> ResponseMessage<T> |
ResponseMessage.error(String code,
String message) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(AccessDenyException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(AuthenticationException e) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.validation.BindException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(BusinessException err) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(javax.validation.ConstraintViolationException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(I18nSupportException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(IllegalArgumentException e) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.bind.MethodArgumentNotValidException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.server.MethodNotAllowedException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.server.NotAcceptableStatusException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(NotFoundException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(NullPointerException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(RuntimeException e) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.server.ServerWebInputException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(TimeoutException e) |
ResponseMessage<TokenState> |
CommonWebMvcErrorControllerAdvice.handleException(UnAuthorizedException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.server.UnsupportedMediaTypeStatusException e) |
ResponseMessage<Object> |
CommonWebMvcErrorControllerAdvice.handleException(UnsupportedOperationException e) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(ValidationException e) |
ResponseMessage<?> |
CommonWebMvcErrorControllerAdvice.handleException(javax.validation.ValidationException e) |
ResponseMessage<List<ValidationException.Detail>> |
CommonWebMvcErrorControllerAdvice.handleException(org.springframework.web.bind.support.WebExchangeBindException e) |
static <T> ResponseMessage<T> |
ResponseMessage.of(String message,
T result,
int status,
String code,
Long timestamp) |
static <T> ResponseMessage<T> |
ResponseMessage.ok() |
static <T> ResponseMessage<T> |
ResponseMessage.ok(T result) |
ResponseMessage<T> |
ResponseMessage.result(T result) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(AccessDenyException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(AuthenticationException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(org.springframework.validation.BindException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(BusinessException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(javax.validation.ConstraintViolationException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(I18nSupportException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(IllegalArgumentException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.bind.MethodArgumentNotValidException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.server.MethodNotAllowedException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.server.NotAcceptableStatusException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(NotFoundException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(NullPointerException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
R2dbcErrorControllerAdvice.handleException(io.r2dbc.spi.R2dbcDataIntegrityViolationException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(RuntimeException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.server.ServerWebInputException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(TimeoutException e) |
reactor.core.publisher.Mono<ResponseMessage<TokenState>> |
CommonErrorControllerAdvice.handleException(UnAuthorizedException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.server.UnsupportedMediaTypeStatusException e) |
reactor.core.publisher.Mono<ResponseMessage<Object>> |
CommonErrorControllerAdvice.handleException(UnsupportedOperationException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(ValidationException e) |
reactor.core.publisher.Mono<ResponseMessage<?>> |
CommonErrorControllerAdvice.handleException(javax.validation.ValidationException e) |
reactor.core.publisher.Mono<ResponseMessage<List<ValidationException.Detail>>> |
CommonErrorControllerAdvice.handleException(org.springframework.web.bind.support.WebExchangeBindException e) |
Copyright © 2016–2022. All rights reserved.