跳过导航链接
A B C G I P S T 

A

ApiIdempotent - cn.jdevelops.api.idempotent.annotation中的注释类型
幂等注解
apiIdempotentInterceptor(IdempotentService) - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentScanConfiguration
 
ApiIdempotentInterceptor - cn.jdevelops.api.idempotent.core中的类
接口幂等性拦截器
ApiIdempotentInterceptor(IdempotentService) - 类 的构造器cn.jdevelops.api.idempotent.core.ApiIdempotentInterceptor
 

B

before(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.jdevelops.api.idempotent.core.ApiIdempotentInterceptor
 

C

checkApiRedo(HttpServletRequest, HttpServletResponse, ApiIdempotent) - 接口 中的方法cn.jdevelops.api.idempotent.service.IdempotentService
检查接口重复调用
checkApiRedo(HttpServletRequest, HttpServletResponse, ApiIdempotent) - 类 中的方法cn.jdevelops.api.idempotent.service.IdempotentServiceImpl
 
cn.jdevelops.api.idempotent.annotation - 程序包 cn.jdevelops.api.idempotent.annotation
 
cn.jdevelops.api.idempotent.config - 程序包 cn.jdevelops.api.idempotent.config
 
cn.jdevelops.api.idempotent.core - 程序包 cn.jdevelops.api.idempotent.core
 
cn.jdevelops.api.idempotent.exception - 程序包 cn.jdevelops.api.idempotent.exception
 
cn.jdevelops.api.idempotent.service - 程序包 cn.jdevelops.api.idempotent.service
 
cn.jdevelops.api.idempotent.util - 程序包 cn.jdevelops.api.idempotent.util
 
createApiCall(String, String, String, ApiIdempotent) - 类 中的方法cn.jdevelops.api.idempotent.service.IdempotentServiceImpl
 

G

getBodyString(ServletRequest) - 类 中的静态方法cn.jdevelops.api.idempotent.util.ParamUtil
获取请求Body
getCode() - 异常错误 中的方法cn.jdevelops.api.idempotent.exception.IdempotentException
 
getExpireTime() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
getGroupStr() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
getMsg() - 异常错误 中的方法cn.jdevelops.api.idempotent.exception.IdempotentException
 
getRequestParam(HttpServletRequest) - 类 中的静态方法cn.jdevelops.api.idempotent.util.ParamUtil
获取接口参数
getSha256StrJava(String) - 类 中的静态方法cn.jdevelops.api.idempotent.util.ParseSha256
利用java原生的摘要实现SHA256加密

I

IDEMPOTENT_CODE - 异常错误 中的静态变量cn.jdevelops.api.idempotent.exception.IdempotentException
ResultCode.API_DOUBLE_CALL
IdempotentConfig - cn.jdevelops.api.idempotent.config中的类
幂等配置类
IdempotentConfig() - 类 的构造器cn.jdevelops.api.idempotent.config.IdempotentConfig
 
idempotentConfig() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentScanConfiguration
 
IdempotentException - cn.jdevelops.api.idempotent.exception中的异常错误
接口幂等异常
IdempotentException() - 异常错误 的构造器cn.jdevelops.api.idempotent.exception.IdempotentException
 
IdempotentException(String) - 异常错误 的构造器cn.jdevelops.api.idempotent.exception.IdempotentException
 
IdempotentException(String, Throwable) - 异常错误 的构造器cn.jdevelops.api.idempotent.exception.IdempotentException
 
IdempotentScanConfiguration - cn.jdevelops.api.idempotent.config中的类
自动扫描
IdempotentScanConfiguration() - 类 的构造器cn.jdevelops.api.idempotent.config.IdempotentScanConfiguration
 
idempotentService() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentScanConfiguration
 
IdempotentService - cn.jdevelops.api.idempotent.service中的接口
 
IdempotentServiceImpl - cn.jdevelops.api.idempotent.service中的类
 
IdempotentServiceImpl() - 类 的构造器cn.jdevelops.api.idempotent.service.IdempotentServiceImpl
 
isMultipartContent(HttpServletRequest) - 类 中的静态方法cn.jdevelops.api.idempotent.util.ParamUtil
判断是否是multipart/form-data请求
isParameterEncryption() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 

P

ParamUtil - cn.jdevelops.api.idempotent.util中的类
参数
ParamUtil() - 类 的构造器cn.jdevelops.api.idempotent.util.ParamUtil
 
ParseSha256 - cn.jdevelops.api.idempotent.util中的类
将字符串转化为MD5
ParseSha256() - 类 的构造器cn.jdevelops.api.idempotent.util.ParseSha256
 

S

setExpireTime(long) - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
setGroupStr(String) - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
setParameterEncryption(boolean) - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
specialMessage(String) - 异常错误 中的静态方法cn.jdevelops.api.idempotent.exception.IdempotentException
特的message 用于无法使用BusinessException,当时想自定义失败code的情况(默认是501)
SYMBOL - 异常错误 中的静态变量cn.jdevelops.api.idempotent.exception.IdempotentException
 

T

toString() - 类 中的方法cn.jdevelops.api.idempotent.config.IdempotentConfig
 
A B C G I P S T 
跳过导航链接

Copyright © 2024 tan. All rights reserved.