类的使用
cn.hamm.airpower.model.json.Json
使用Json的程序包
-
cn.hamm.airpower.interceptor中Json的使用
修饰符和类型方法说明ExceptionInterceptor.badRequestHandle(@NotNull jakarta.validation.ConstraintViolationException exception) 参数校验失败ExceptionInterceptor.badRequestHandle(@NotNull org.springframework.web.bind.MethodArgumentNotValidException exception) 参数验证失败ExceptionInterceptor.databaseExceptionHandle(@NotNull org.springframework.transaction.CannotCreateTransactionException exception) 数据库连接发生错误ExceptionInterceptor.dataExceptionHandle(@NotNull org.springframework.http.converter.HttpMessageNotReadableException exception) 请求的数据不是标准JSONExceptionInterceptor.deleteUsingDataException(@NotNull Exception exception) 删除时的数据关联校验异常ExceptionInterceptor.httpMediaTypeNotSupportedExceptionHandle(@NotNull org.springframework.web.HttpMediaTypeNotSupportedException exception) 不支持的数据类型ExceptionInterceptor.invalidDataAccessResourceUsageExceptionHandle(@NotNull org.springframework.dao.InvalidDataAccessResourceUsageException exception) 数据表或字段异常ExceptionInterceptor.maxUploadSizeExceededExceptionHandle(@NotNull org.springframework.web.multipart.MaxUploadSizeExceededException exception) 数据表或字段异常ExceptionInterceptor.methodExceptionHandle(@NotNull org.springframework.web.HttpRequestMethodNotSupportedException exception) 不支持的请求方法ExceptionInterceptor.notFoundHandle(@NotNull org.springframework.web.servlet.NoHandlerFoundException exception, jakarta.servlet.http.HttpServletResponse response) 访问的接口没有实现ExceptionInterceptor.propertyReferenceExceptionHandle(@NotNull org.springframework.data.mapping.PropertyReferenceException exception) 数据字段不存在ExceptionInterceptor.redisExceptionHandle(@NotNull org.springframework.data.redis.RedisConnectionFailureException exception) REDIS连接发生错误 -
cn.hamm.airpower.model.json中Json的使用
-
cn.hamm.airpower.root中Json的使用
返回Json的cn.hamm.airpower.root中的方法