索引

A B C D F G I J M O P R W 
常量字段值|所有程序包|所有类和接口|序列化表格

A

AbstractRequest - cn.herodotus.stirrup.openapi.core.definition中的类
Description: 基础请求参数
AbstractRequest() - 类的构造器 cn.herodotus.stirrup.openapi.core.definition.AbstractRequest
 
AbstractWebClientTemplate - cn.herodotus.stirrup.openapi.core.definition中的类
Description: WebClient 请求操作抽象封装
AbstractWebClientTemplate(WebClient) - 类的构造器 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
 
API_AUTHENTICATION_FAILED - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiErrorCodes
 
authentication() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
 
AuthenticationCache - cn.herodotus.stirrup.openapi.core.definition中的类
Description: Open API 认证缓存
AuthenticationCache(String, Duration) - 类的构造器 cn.herodotus.stirrup.openapi.core.definition.AuthenticationCache
 

B

base(HttpMethod, String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
GET 和 DELETE 请求,支持同时使用 pathVariables 和 queryParams 两种参数

C

cn.herodotus.stirrup.openapi.core.constants - 程序包 cn.herodotus.stirrup.openapi.core.constants
 
cn.herodotus.stirrup.openapi.core.definition - 程序包 cn.herodotus.stirrup.openapi.core.definition
 
cn.herodotus.stirrup.openapi.core.definition.converter - 程序包 cn.herodotus.stirrup.openapi.core.definition.converter
 
cn.herodotus.stirrup.openapi.core.exception - 程序包 cn.herodotus.stirrup.openapi.core.exception
 
convert(Map<String, Object>) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.converter.MapToMultiValueMapConverter
 

D

delete(String) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
无参数的 DELETE 请求
delete(String, I) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
QueryParams 类型参数的 DELETE 请求
delete(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
QueryParams 类型参数的 DELETE 请求
delete(String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
DELETE 请求,支持同时使用 pathVariables 和 pathVariables 两种参数
deleteWithFormUrlEncoded(String, I) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 DELETE 请求封装,
deleteWithFormUrlEncoded(String, String, String) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 DELETE 请求封装,
deleteWithFormUrlEncoded(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 DELETE 请求封装,
deleteWithFormUrlEncoded(String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 DELETE 请求封装,
deleteWithPathVariables(String, String, String) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
PathVariables 类型参数的 DELETE 请求
deleteWithPathVariables(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
PathVariables 类型参数的 DELETE 请求

F

formUrlEncoded(HttpMethod, String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 POST 和 PUT 请求封装,

G

get() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AuthenticationCache
 
get(String) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
无参数的 GET 请求
get(String, I) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
QueryParams 类型参数的 GET 请求
get(String, String, String) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
QueryParams 类型参数的 GET 请求
get(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
QueryParams 类型参数的 GET 请求
get(String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
GET 请求,支持同时使用 pathVariables 和 pathVariables 两种参数
getBaseUrl() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
 
getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
getMultiValueMapConverter() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
 
getMultiValueMapConverter() - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
WebClient Map 参数转换器
getParams() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractRequest
 
getWebClient() - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
 
getWebClient() - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
获取到 WebClient
getWithPathVariables(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
PathVariables 类型参数的 GET 请求

I

ITEM_ALIYUN_ACCESS_KEY_ID - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_ALIYUN_ACCESS_KEY_SECRET - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_BAIDU_OCR_APP_ID - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_BAIDU_OCR_APP_KEY - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_BAIDU_OCR_SECRET_KEY - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EASEMOB_CLIENT_ID - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EASEMOB_CLIENT_SECRET - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EASEMOB_ENDPOINT - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EASEMOB_TOKEN_TTL - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EMQX_API_KEY - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_EMQX_SECRET_KEY - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_NACOS_ENDPOINT - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_NACOS_PASSWORD - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_NACOS_REST_ENABLED - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_NACOS_USERNAME - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_POLARIS_ENDPOINT - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_POLARIS_PASSWORD - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_POLARIS_TOKEN_TTL - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_POLARIS_USERNAME - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_TIANYAN_ENDPOINT - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
ITEM_TIANYAN_TOKEN - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 

J

json(HttpMethod, String, I, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/json" 类型的 POST 和 PUT 请求封装,

M

MapToMultiValueMapConverter - cn.herodotus.stirrup.openapi.core.definition.converter中的类
Description: Map无效输入:'<'String, Object> 转 Map无效输入:'<'String, Object> 转换器
MapToMultiValueMapConverter() - 类的构造器 cn.herodotus.stirrup.openapi.core.definition.converter.MapToMultiValueMapConverter
 

O

onErrorResume() - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
WebClient 错误处理。
OpenApiAuthenticationFailedException - cn.herodotus.stirrup.openapi.core.exception中的异常错误类
Description: API 认证错误
OpenApiAuthenticationFailedException() - 异常错误类的构造器 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
OpenApiAuthenticationFailedException(String) - 异常错误类的构造器 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
OpenApiAuthenticationFailedException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
OpenApiAuthenticationFailedException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
OpenApiAuthenticationFailedException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.openapi.core.exception.OpenApiAuthenticationFailedException
 
OpenApiConstants - cn.herodotus.stirrup.openapi.core.constants中的接口
Description: API 相关模块通用常量
OpenApiErrorCodes - cn.herodotus.stirrup.openapi.core.constants中的接口
Description: API 相关模块错误代码

P

post(String, I) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/json" 类型的 POST 请求封装,
post(String, I, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/json" 类型的 POST 请求封装,
postWithFormUrlEncoded(String, I) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 POST 请求封装,
postWithFormUrlEncoded(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 POST 请求封装,
postWithFormUrlEncoded(String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 POST 请求封装,
PROPERTY_OPENAPI_ALIYUN - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_BAIDU - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_BAIDU_OCR - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_EASEMOB - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_EMQX - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_NACOS - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_POLARIS - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
PROPERTY_OPENAPI_TIANYAN - 接口中的静态变量 cn.herodotus.stirrup.openapi.core.constants.OpenApiConstants
 
put(String) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AuthenticationCache
 
put(String, I) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/json" 类型的 PUT 请求封装,
put(String, I, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/json" 类型的 PUT 请求封装,
put(String, Object) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractRequest
 
putWithFormUrlEncoded(String, I) - 类中的方法 cn.herodotus.stirrup.openapi.core.definition.AbstractWebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 PUT 请求封装,
putWithFormUrlEncoded(String, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 PUT 请求封装,
putWithFormUrlEncoded(String, Map<String, Object>, Map<String, Object>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
ContentType 为 "application/x-www-form-urlencoded" 类型的 PUT 请求封装,

R

request(HttpMethod, String, I, Map<String, Object>, Map<String, Object>, Map<String, Object>, Function<WebClientResponseException, Mono<O>>) - 接口中的方法 cn.herodotus.stirrup.openapi.core.definition.WebClientTemplate
WebClient 请求通用操作

W

WebClientTemplate - cn.herodotus.stirrup.openapi.core.definition中的接口
Description: WebClient 请求发送通用方法
A B C D F G I J M O P R W 
常量字段值|所有程序包|所有类和接口|序列化表格