B C E F G I J O P R S T W
B
- BizError - top.iteratefast.bootstarter.restful.error中的异常错误
-
描述一个系统错误
Created by cz on 2018-5-11.
- BizError(int, String) - 异常错误 的构造器top.iteratefast.bootstarter.restful.error.BizError
-
- BizError(int, String, String) - 异常错误 的构造器top.iteratefast.bootstarter.restful.error.BizError
-
- BizError(int, String, String, Throwable) - 异常错误 的构造器top.iteratefast.bootstarter.restful.error.BizError
-
C
- ControllerAdviceExceptionHandler - top.iteratefast.bootstarter.restful.validator.handler中的类
-
- ControllerAdviceExceptionHandler() - 类 的构造器top.iteratefast.bootstarter.restful.validator.handler.ControllerAdviceExceptionHandler
-
E
- error(Exception) - 类 中的静态方法top.iteratefast.bootstarter.restful.vo.Resp
-
基于异常构建一个错误响应
- error(String, String, String) - 类 中的静态方法top.iteratefast.bootstarter.restful.vo.Resp
-
构建错误响应
F
- fromJson(String, Class<T>) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- fromJson(String, TypeReference<T>) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- fromJson(byte[], Class<T>) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- fromJson(byte[], Class<T>, ObjectMapper) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
G
- getCode() - 异常错误 中的方法top.iteratefast.bootstarter.restful.error.BizError
-
- getDescription() - 异常错误 中的方法top.iteratefast.bootstarter.restful.error.BizError
-
- getErrorCode() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- getErrorDescription() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- getErrorMsg() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- getList() - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- getPage() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Pagination
-
- getPageNumber() - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- getPageSize() - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- getResult() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- getSize() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Pagination
-
- getTotalElements() - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
I
- isSuccess() - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
J
- JsonUtils - top.iteratefast.bootstarter.restful.utils中的类
-
Created by cz on 2018-5-11.
- JsonUtils() - 类 的构造器top.iteratefast.bootstarter.restful.utils.JsonUtils
-
O
- of(Page<T>) - 类 中的静态方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
P
- Pagination - top.iteratefast.bootstarter.restful.vo中的类
-
分页请求
Created by cz on 2018-3-16.
- Pagination() - 类 的构造器top.iteratefast.bootstarter.restful.vo.Pagination
-
- PagingResult<T> - top.iteratefast.bootstarter.restful.vo中的类
-
通用的分页数据包装类
Created by cz on 2018-5-11.
- PagingResult() - 类 的构造器top.iteratefast.bootstarter.restful.vo.PagingResult
-
R
- readJsonNumber(String) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- readJsonNumber(byte[]) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- readJsonObject(byte[]) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- readJsonObject(String) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- Resp<T> - top.iteratefast.bootstarter.restful.vo中的类
-
RESTFul 响应包装类
Created by cz on 2018-5-11.
- Resp() - 类 的构造器top.iteratefast.bootstarter.restful.vo.Resp
-
- RestfulStarterConfiguration - top.iteratefast.bootstarter.restful中的类
-
- RestfulStarterConfiguration() - 类 的构造器top.iteratefast.bootstarter.restful.RestfulStarterConfiguration
-
S
- setCode(int) - 异常错误 中的方法top.iteratefast.bootstarter.restful.error.BizError
-
- setDescription(String) - 异常错误 中的方法top.iteratefast.bootstarter.restful.error.BizError
-
- setErrorCode(String) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- setErrorDescription(String) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- setErrorMsg(String) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- setList(List<T>) - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- setPage(int) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Pagination
-
- setPageNumber(int) - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- setPageSize(int) - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- setResult(T) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- setSize(int) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Pagination
-
- setSuccess(boolean) - 类 中的方法top.iteratefast.bootstarter.restful.vo.Resp
-
- setTotalElements(long) - 类 中的方法top.iteratefast.bootstarter.restful.vo.PagingResult
-
- success(T) - 类 中的静态方法top.iteratefast.bootstarter.restful.vo.Resp
-
成功
- success() - 类 中的静态方法top.iteratefast.bootstarter.restful.vo.Resp
-
成功(无返回值)
- SYS_ERR_API_NOT_FUND - 接口 中的静态变量top.iteratefast.bootstarter.restful.error.SysErrors
-
- SYS_ERR_BAD_REQUEST - 接口 中的静态变量top.iteratefast.bootstarter.restful.error.SysErrors
-
- SYS_ERR_INTERNAL - 接口 中的静态变量top.iteratefast.bootstarter.restful.error.SysErrors
-
- SYS_ERR_UNAUTHORIZED - 接口 中的静态变量top.iteratefast.bootstarter.restful.error.SysErrors
-
- SYS_ERR_VALIDATION_ERROR - 接口 中的静态变量top.iteratefast.bootstarter.restful.error.SysErrors
-
- SysErrors - top.iteratefast.bootstarter.restful.error中的接口
-
Created by cz on 2018-5-11.
T
- toJson(Object) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- toJson(Object, ObjectMapper) - 类 中的静态方法top.iteratefast.bootstarter.restful.utils.JsonUtils
-
- top.iteratefast.bootstarter.restful - 程序包 top.iteratefast.bootstarter.restful
-
- top.iteratefast.bootstarter.restful.error - 程序包 top.iteratefast.bootstarter.restful.error
-
- top.iteratefast.bootstarter.restful.utils - 程序包 top.iteratefast.bootstarter.restful.utils
-
- top.iteratefast.bootstarter.restful.validator.handler - 程序包 top.iteratefast.bootstarter.restful.validator.handler
-
- top.iteratefast.bootstarter.restful.vo - 程序包 top.iteratefast.bootstarter.restful.vo
-
W
- withDescription(String) - 异常错误 中的方法top.iteratefast.bootstarter.restful.error.BizError
-
B C E F G I J O P R S T W
Copyright © 2018. All rights reserved.