跳过导航链接
A B C D E G H I M P Q R S X 

A

AbstractAPIClient - com.labbol.api.support.client中的类
 
AbstractAPIClient() - 类 的构造器com.labbol.api.support.client.AbstractAPIClient
 
AbstractAPIClient(HttpClient) - 类 的构造器com.labbol.api.support.client.AbstractAPIClient
 
AbstractAPIRequest<T extends APIResponse> - com.labbol.api.support.request中的类
 
AbstractAPIRequest(String, String) - 类 的构造器com.labbol.api.support.request.AbstractAPIRequest
 
AbstractAPIResponse - com.labbol.api.support.response中的类
 
AbstractAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.AbstractAPIResponse
 
AbstractCreateAPIResponse - com.labbol.api.support.response中的类
创建api响应默认实现
AbstractCreateAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.AbstractCreateAPIResponse
 
AbstractDeleteAPIResponse - com.labbol.api.support.response中的类
删除api响应默认实现
AbstractDeleteAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.AbstractDeleteAPIResponse
 
AbstractModifyAPIResponse - com.labbol.api.support.response中的类
修改api响应默认实现
AbstractModifyAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.AbstractModifyAPIResponse
 
AbstractQueryAPIRequest<T extends QueryAPIResponse<?>> - com.labbol.api.support.request中的类
 
AbstractQueryAPIRequest(String, String) - 类 的构造器com.labbol.api.support.request.AbstractQueryAPIRequest
 
AbstractQueryAPIResponse<T> - com.labbol.api.support.response中的类
 
AbstractQueryAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.AbstractQueryAPIResponse
 
AbstractUploadFileAPIRequest<T extends APIResponse> - com.labbol.api.support.request中的类
 
AbstractUploadFileAPIRequest(String, String) - 类 的构造器com.labbol.api.support.request.AbstractUploadFileAPIRequest
 
addAPIRequestInterceptor(APIRequestInterceptor) - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
addAPIRequestInterceptor(APIRequestInterceptor) - 接口 中的方法com.labbol.api.support.client.APIClient
添加请求拦截器
addAPIResponseInterceptor(APIResponseInterceptor) - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
addAPIResponseInterceptor(APIResponseInterceptor) - 接口 中的方法com.labbol.api.support.client.APIClient
添加响应拦截器
addFilter(QueryFilterInfo) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
添加一个排序条件
addQueryFilterInfo(QueryFilterInfo) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQueryFilterInfo(String, String) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQueryFilterInfo(String, String, Object) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQueryFilterInfo(String, String, Object, Object) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQueryFilterInfo(QueryFilterInfo) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQueryFilterInfo(String, String) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQueryFilterInfo(String, String, Object) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQueryFilterInfo(String, String, Object, Object) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQueryFilterInfos(List<QueryFilterInfo>) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQueryFilterInfos(List<QueryFilterInfo>) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQuerySortInfo(QuerySortInfo) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQuerySortInfo(String, String) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQuerySortInfo(QuerySortInfo) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQuerySortInfo(String, String) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addQuerySortInfos(List<QuerySortInfo>) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
addQuerySortInfos(List<QuerySortInfo>) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
addSort(QuerySortInfo) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
添加一个排序
addSort(String, String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
添加一个排序
APIClient - com.labbol.api.support.client中的接口
 
APIClientFactory - com.labbol.api.support.client中的类
 
APIClientFactory() - 类 的构造器com.labbol.api.support.client.APIClientFactory
 
APIException - com.labbol.api.support.exception中的异常错误
 
APIException() - 异常错误 的构造器com.labbol.api.support.exception.APIException
 
APIException(String) - 异常错误 的构造器com.labbol.api.support.exception.APIException
 
APIException(Throwable) - 异常错误 的构造器com.labbol.api.support.exception.APIException
 
APIRequest<T extends APIResponse> - com.labbol.api.support.request中的接口
 
APIRequestInterceptor - com.labbol.api.support.request中的接口
 
APIResponse - com.labbol.api.support.response中的接口
 
APIResponseInterceptor - com.labbol.api.support.response中的接口
 
APIResponses - com.labbol.api.support.response中的类
 
APIRuleException - com.labbol.api.support.exception中的异常错误
 
APIRuleException(String, String) - 异常错误 的构造器com.labbol.api.support.exception.APIRuleException
 

B

byteArrayToHex(byte[]) - 类 中的静态方法com.labbol.api.support.sign.SignUtils
 

C

check() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
check() - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
check() - 接口 中的方法com.labbol.api.support.request.APIRequest
验证请求
checkBeanFieldNotEmpty(Object, String) - 类 中的静态方法com.labbol.api.support.utils.RequestCheckUtils
检测对象中的字段是否为非空白
checkBeanFieldNotEmpty(Object, String[]) - 类 中的静态方法com.labbol.api.support.utils.RequestCheckUtils
检测对象中的所有字段是否为非空白
checkNotEmpty(Object, String) - 类 中的静态方法com.labbol.api.support.utils.RequestCheckUtils
检查值不能为空
com.labbol.api.support - 程序包 com.labbol.api.support
 
com.labbol.api.support.client - 程序包 com.labbol.api.support.client
 
com.labbol.api.support.exception - 程序包 com.labbol.api.support.exception
 
com.labbol.api.support.request - 程序包 com.labbol.api.support.request
 
com.labbol.api.support.request.queryinfo - 程序包 com.labbol.api.support.request.queryinfo
 
com.labbol.api.support.response - 程序包 com.labbol.api.support.response
 
com.labbol.api.support.response.defaults - 程序包 com.labbol.api.support.response.defaults
 
com.labbol.api.support.response.support - 程序包 com.labbol.api.support.response.support
 
com.labbol.api.support.sign - 程序包 com.labbol.api.support.sign
 
com.labbol.api.support.utils - 程序包 com.labbol.api.support.utils
 
COMMON_HEADER_PARAM_NAMES - 接口 中的静态变量com.labbol.api.support.request.APIRequest
公共的 header 参数 name
Constants - com.labbol.api.support中的类
 
Constants() - 类 的构造器com.labbol.api.support.Constants
 
convertMapToBean() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
CreateAPIResponse - com.labbol.api.support.response.defaults中的类
 
CreateAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.defaults.CreateAPIResponse
 
createDefaultAPIClient(String, String, String, Supplier<HttpServletRequest>) - 类 中的静态方法com.labbol.api.support.client.APIClientFactory
 
createSpringMvcDefaultAPIClient(String, String, String) - 类 中的静态方法com.labbol.api.support.client.APIClientFactory
 

D

DEFAULT_ERROR_MSG - 类 中的静态变量com.labbol.api.support.Constants
当请求出现非200状态码的错误时
DefaultAPIClient - com.labbol.api.support.client中的类
 
DefaultAPIClient(String, String, String) - 类 的构造器com.labbol.api.support.client.DefaultAPIClient
 
DeleteAPIResponse - com.labbol.api.support.response.defaults中的类
 
DeleteAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.defaults.DeleteAPIResponse
 

E

EMPTY_QUERY_API_RESPONSE - 类 中的静态变量com.labbol.api.support.response.APIResponses
 
EMPTY_QUERY_RESULT - 类 中的静态变量com.labbol.api.support.response.support.QueryResults
 
emptyQueryAPIResponse() - 类 中的静态方法com.labbol.api.support.response.APIResponses
 
emptyQueryResult() - 类 中的静态方法com.labbol.api.support.response.support.QueryResults
 
execute(APIRequest<T>) - 接口 中的方法com.labbol.api.support.client.APIClient
 
execute(APIRequest<T>) - 类 中的方法com.labbol.api.support.client.DefaultAPIClient
 

G

generateSign(Map<String, String>, Map<String, String>, String, String) - 类 中的静态方法com.labbol.api.support.sign.SignSupportUtils
 
getApiMethodName() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getApiMethodName() - 接口 中的方法com.labbol.api.support.request.APIRequest
api 方法名称
getAPIRequestInterceptors() - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
getAPIRequestInterceptors() - 接口 中的方法com.labbol.api.support.client.APIClient
 
getAPIResponseInterceptors() - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
getAPIResponseInterceptors() - 接口 中的方法com.labbol.api.support.client.APIClient
 
getAppKey() - 类 中的方法com.labbol.api.support.client.DefaultAPIClient
 
getAppSecret() - 类 中的方法com.labbol.api.support.client.DefaultAPIClient
 
getAuthToken() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getAuthToken() - 接口 中的方法com.labbol.api.support.request.APIRequest
已过时。
已去除token
getBeanType() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getCode() - 异常错误 中的方法com.labbol.api.support.exception.APIRuleException
 
getConnectOperator() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getCreateTime() - 类 中的方法com.labbol.api.support.response.AbstractCreateAPIResponse
 
getDeleteTime() - 类 中的方法com.labbol.api.support.response.AbstractDeleteAPIResponse
 
getDirection() - 类 中的方法com.labbol.api.support.request.queryinfo.QuerySortInfo
 
getErrorCode() - 类 中的方法com.labbol.api.support.response.AbstractAPIResponse
 
getErrorCode() - 接口 中的方法com.labbol.api.support.response.APIResponse
 
getErrorMsg() - 类 中的方法com.labbol.api.support.response.AbstractAPIResponse
 
getErrorMsg() - 接口 中的方法com.labbol.api.support.response.APIResponse
 
getFieldName() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getFieldType() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getFieldTypeStr() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getFieldValue() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getFilters() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
getGroupName() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getGson() - 类 中的静态方法com.labbol.api.support.utils.GsonHolder
 
getHttpClient() - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
getHttpClient() - 接口 中的方法com.labbol.api.support.client.APIClient
 
getHttpRequest() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getHttpRequest() - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
getHttpRequest() - 接口 中的方法com.labbol.api.support.request.APIRequest
获取 http 请求
getHttpResponse() - 类 中的方法com.labbol.api.support.response.AbstractAPIResponse
 
getHttpResponse() - 接口 中的方法com.labbol.api.support.response.APIResponse
获取 http 响应
getId() - 类 中的方法com.labbol.api.support.response.AbstractCreateAPIResponse
 
getId() - 类 中的方法com.labbol.api.support.response.AbstractDeleteAPIResponse
 
getId() - 类 中的方法com.labbol.api.support.response.AbstractModifyAPIResponse
 
getMessage() - 异常错误 中的方法com.labbol.api.support.exception.APIRuleException
 
getOperator() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
getPageNum() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
getPageSize() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
getQueryInfo() - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
getQueryInfo() - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
getQueryResult() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getQueryResult() - 接口 中的方法com.labbol.api.support.response.QueryAPIResponse
获取查询的记录
getQueryResultToBean() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getQueryResultToBean() - 接口 中的方法com.labbol.api.support.response.QueryAPIResponse
对于直接将数据返回给前台的操作请不要调用此方法。
getResponseClass() - 接口 中的方法com.labbol.api.support.request.APIRequest
获取响应的类型
getResponseResult() - 类 中的方法com.labbol.api.support.response.AbstractCreateAPIResponse
 
getResponseResult() - 类 中的方法com.labbol.api.support.response.AbstractDeleteAPIResponse
 
getResponseResult() - 类 中的方法com.labbol.api.support.response.AbstractModifyAPIResponse
 
getRoot() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getRoot() - 接口 中的方法com.labbol.api.support.response.QueryAPIResponse
获取查询的记录信息。
getRoot() - 类 中的方法com.labbol.api.support.response.support.QueryResult
 
getRootToBean() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getRootToBean() - 接口 中的方法com.labbol.api.support.response.QueryAPIResponse
获取记录且将map转换为指定的bean对象
getSchemaTag() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getSchemaTag() - 接口 中的方法com.labbol.api.support.request.APIRequest
获取 scheam
getServerUrl() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getServerUrl() - 接口 中的方法com.labbol.api.support.request.APIRequest
获取服务的根url
getSorters() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
getSortField() - 类 中的方法com.labbol.api.support.request.queryinfo.QuerySortInfo
 
getTimestamp() - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
getTimestamp() - 接口 中的方法com.labbol.api.support.request.APIRequest
获取时间戳
getTotal() - 类 中的方法com.labbol.api.support.response.AbstractQueryAPIResponse
 
getTotal() - 接口 中的方法com.labbol.api.support.response.QueryAPIResponse
 
getTotal() - 类 中的方法com.labbol.api.support.response.support.QueryResult
 
getUpdateTime() - 类 中的方法com.labbol.api.support.response.AbstractModifyAPIResponse
 
gson - 类 中的变量com.labbol.api.support.request.AbstractAPIRequest
 
gson - 类 中的变量com.labbol.api.support.response.AbstractAPIResponse
 
GsonHolder - com.labbol.api.support.utils中的类
 

H

httpClient - 类 中的变量com.labbol.api.support.client.AbstractAPIClient
 
httpRequest - 类 中的变量com.labbol.api.support.request.AbstractAPIRequest
 
httpResponse - 类 中的变量com.labbol.api.support.response.AbstractAPIResponse
 

I

isFilter() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
是否存在条件
isSort() - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
是否存在排序
isSuccess() - 类 中的方法com.labbol.api.support.response.AbstractAPIResponse
 
isSuccess() - 接口 中的方法com.labbol.api.support.response.APIResponse
 

M

ModifyAPIResponse - com.labbol.api.support.response.defaults中的类
 
ModifyAPIResponse(HttpResponse) - 类 的构造器com.labbol.api.support.response.defaults.ModifyAPIResponse
 

P

process(APIRequest<? extends APIResponse>) - 接口 中的方法com.labbol.api.support.request.APIRequestInterceptor
在请求之前执行 此方法将在APIRequest未初始化时进行调用。
process(APIResponse) - 接口 中的方法com.labbol.api.support.response.APIResponseInterceptor
在请求执行后执行

Q

QueryAPIRequest<T extends QueryAPIResponse<?>> - com.labbol.api.support.request中的接口
查询的api 请求 实现此接口的请求将不允许设置消息体。
QueryAPIResponse<T> - com.labbol.api.support.response中的接口
查询响应结果
QueryFilterInfo - com.labbol.api.support.request.queryinfo中的类
 
QueryFilterInfo() - 类 的构造器com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
QueryFilterInfo(String, String) - 类 的构造器com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
QueryFilterInfo(String, String, Object) - 类 的构造器com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
QueryFilterInfo(String, String, Object, Object) - 类 的构造器com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
QueryInfo - com.labbol.api.support.request.queryinfo中的类
 
QueryInfo() - 类 的构造器com.labbol.api.support.request.queryinfo.QueryInfo
 
QueryResult<T> - com.labbol.api.support.response.support中的类
 
QueryResult() - 类 的构造器com.labbol.api.support.response.support.QueryResult
 
QueryResults - com.labbol.api.support.response.support中的类
 
QuerySortInfo - com.labbol.api.support.request.queryinfo中的类
 
QuerySortInfo() - 类 的构造器com.labbol.api.support.request.queryinfo.QuerySortInfo
 
QuerySortInfo(String, String) - 类 的构造器com.labbol.api.support.request.queryinfo.QuerySortInfo
 

R

removeAPIRequestInterceptor(APIRequestInterceptor) - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
removeAPIRequestInterceptor(APIRequestInterceptor) - 接口 中的方法com.labbol.api.support.client.APIClient
移除请求拦截器
removeAPIResponseInterceptor(APIResponseInterceptor) - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
removeAPIResponseInterceptor(APIResponseInterceptor) - 接口 中的方法com.labbol.api.support.client.APIClient
移除响应拦截器
RequestCheckUtils - com.labbol.api.support.utils中的类
 
RequestCheckUtils() - 类 的构造器com.labbol.api.support.utils.RequestCheckUtils
 

S

SCHEMA_KEY - 类 中的静态变量com.labbol.api.support.request.AbstractAPIRequest
 
SESSION_SCHEMA_TAG_NAME - 类 中的静态变量com.labbol.api.support.Constants
session 中 schema tag 的 name
setAuthToken(String) - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
setAuthToken(String) - 接口 中的方法com.labbol.api.support.request.APIRequest
已过时。
已去除token
setConnectOperator(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setDirection(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QuerySortInfo
 
setFieldName(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setFieldType(Class<?>) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setFieldTypeStr(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setFieldValue(Object) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setFilters(List<QueryFilterInfo>) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
setGroupName(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setGson(Gson) - 类 中的静态方法com.labbol.api.support.utils.GsonHolder
 
setHttpClient(HttpClient) - 类 中的方法com.labbol.api.support.client.AbstractAPIClient
 
setHttpClient(HttpClient) - 接口 中的方法com.labbol.api.support.client.APIClient
 
setOperator(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryFilterInfo
 
setPageNum(Integer) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
setPageSize(Integer) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
 
setQueryInfo(QueryInfo) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
setQueryInfo(QueryInfo) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 
setRoot(List<T>) - 类 中的方法com.labbol.api.support.response.support.QueryResult
 
setSchemaTag(String) - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
setSchemaTag(String) - 接口 中的方法com.labbol.api.support.request.APIRequest
设置 schema
setServerUrl(String) - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
setServerUrl(String) - 接口 中的方法com.labbol.api.support.request.APIRequest
设置服务的根url
setSorters(List<QuerySortInfo>) - 类 中的方法com.labbol.api.support.request.queryinfo.QueryInfo
设置排序信息。
setSortField(String) - 类 中的方法com.labbol.api.support.request.queryinfo.QuerySortInfo
 
setTimestamp(long) - 类 中的方法com.labbol.api.support.request.AbstractAPIRequest
 
setTimestamp(long) - 接口 中的方法com.labbol.api.support.request.APIRequest
设置时间戳
setTotal(Long) - 类 中的方法com.labbol.api.support.response.support.QueryResult
 
SignSupportUtils - com.labbol.api.support.sign中的类
 
SignSupportUtils() - 类 的构造器com.labbol.api.support.sign.SignSupportUtils
 
SignUtils - com.labbol.api.support.sign中的类
 
SignUtils() - 类 的构造器com.labbol.api.support.sign.SignUtils
 
startPage(int, int) - 类 中的方法com.labbol.api.support.request.AbstractQueryAPIRequest
 
startPage(int, int) - 接口 中的方法com.labbol.api.support.request.QueryAPIRequest
 

X

X_AUTH_TOKEN - 类 中的静态变量com.labbol.api.support.request.AbstractAPIRequest
已过时。
A B C D E G H I M P Q R S X 
跳过导航链接

Copyright © 2020. All rights reserved.