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