跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

A

addInterceptors(InterceptorRegistry) - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.WebMvcHandleConfig
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.WebMvcHandleConfig
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法cn.soboys.restapispringbootstarter.test.Config
 
adminApi() - 类 中的方法cn.soboys.restapispringbootstarter.config.OpenApiConfig
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.JwtTokenInterceptor
 
AMPERSAND - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
AND - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
ApplicationRunner - cn.soboys.restapispringbootstarter中的类
 
ApplicationRunner() - 类 的构造器cn.soboys.restapispringbootstarter.ApplicationRunner
 
applicationRunner() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
around(ProceedingJoinPoint) - 类 中的方法cn.soboys.restapispringbootstarter.aop.LimitAspect
 
Assert - cn.soboys.restapispringbootstarter中的类
 
Assert() - 类 的构造器cn.soboys.restapispringbootstarter.Assert
 
ASTERISK - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
AT - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
AuthKey() - 接口 中的方法cn.soboys.restapispringbootstarter.authorization.UserSign
自定义秘钥
AuthKey() - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserSignWith
 
authorization(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.soboys.restapispringbootstarter.authorization.LoginAuthorization
登录授权验证 通过后才能进行下一步操作
authorization(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.LoginAuthorizationSubject
 
Authorization() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.Authorization
 

B

BACK_SLASH - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
BACKTICK - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
BaseAspectSupport - cn.soboys.restapispringbootstarter.aop中的类
 
BaseAspectSupport() - 类 的构造器cn.soboys.restapispringbootstarter.aop.BaseAspectSupport
 
BaseObj - cn.soboys.restapispringbootstarter.domain中的类
 
BaseObj() - 类 的构造器cn.soboys.restapispringbootstarter.domain.BaseObj
 
BeanAutoConfiguration - cn.soboys.restapispringbootstarter.config中的类
 
BeanAutoConfiguration() - 类 的构造器cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
BeanAutoConfiguration.RestTemplateConfig - cn.soboys.restapispringbootstarter.config中的类
 
BeanSerializerModifierFactory - cn.soboys.restapispringbootstarter.serializer中的类
 
BeanSerializerModifierFactory() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
beanSerializerModifierFactory() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法cn.soboys.restapispringbootstarter.ResultHandler
beforeBodyWrite方法: 对response方法进行具体操作处理 实际返回结果业务包装处理
BigDecimalSerializer - cn.soboys.restapispringbootstarter.serializer中的类
 
BigDecimalSerializer() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.BigDecimalSerializer
 
bigDecimalSerializer() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
BindExceptionHandler(BindException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
验证 对象类型参数
build(Boolean, ResultCode, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建返回结果
build(Boolean, String, String, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建返回结果 自定义响应码信息
buildFailure(String, String, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建失败结果
buildFailure(String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建失败结果
buildFailure(ResultCode, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建失败结果
buildFailure(ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建失败结果
buildSuccess(String, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建成功结果
buildSuccess(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建成功结果
buildSuccess() - 类 中的静态方法cn.soboys.restapispringbootstarter.Result
构建成功结果
BusinessException - cn.soboys.restapispringbootstarter.exception中的异常错误
 
BusinessException(String) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.BusinessException
 
BusinessException(String, String) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.BusinessException
 
BusinessException(ResultCode) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.BusinessException
 

C

CacheAutoConfiguration - cn.soboys.restapispringbootstarter.cache中的类
 
CacheAutoConfiguration() - 类 的构造器cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.PrefixStringRedisSerializer - cn.soboys.restapispringbootstarter.cache中的类
 
CacheException - cn.soboys.restapispringbootstarter.exception中的异常错误
 
CacheException(String) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.CacheException
 
CacheException(CacheException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
统一业务异常处理
CacheKey - cn.soboys.restapispringbootstarter.cache中的枚举
 
cacheManager() - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheConfig
定义缓存redis json 序列化
CacheTmp - cn.soboys.restapispringbootstarter.cache中的接口
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
checkBetween(int, int, int, Supplier<? extends X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(int, int, int, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(int, int, int) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(long, long, long, Supplier<? extends X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(long, long, long, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(long, long, long) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(double, double, double, Supplier<? extends X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(double, double, double, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(double, double, double) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkBetween(Number, Number, Number) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查值是否在指定范围内
checkIndex(int, int) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足: 0 ≤ index < size
checkIndex(int, int, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查下标(数组、集合、字符串)是否符合要求,下标必须满足: 0 ≤ index < size
clean() - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
清除所有key
cleanAllKey(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
清除指定前缀key
cn.soboys.restapispringbootstarter - 程序包 cn.soboys.restapispringbootstarter
 
cn.soboys.restapispringbootstarter.annotation - 程序包 cn.soboys.restapispringbootstarter.annotation
 
cn.soboys.restapispringbootstarter.aop - 程序包 cn.soboys.restapispringbootstarter.aop
 
cn.soboys.restapispringbootstarter.authorization - 程序包 cn.soboys.restapispringbootstarter.authorization
 
cn.soboys.restapispringbootstarter.cache - 程序包 cn.soboys.restapispringbootstarter.cache
 
cn.soboys.restapispringbootstarter.condition - 程序包 cn.soboys.restapispringbootstarter.condition
 
cn.soboys.restapispringbootstarter.config - 程序包 cn.soboys.restapispringbootstarter.config
 
cn.soboys.restapispringbootstarter.domain - 程序包 cn.soboys.restapispringbootstarter.domain
 
cn.soboys.restapispringbootstarter.enums - 程序包 cn.soboys.restapispringbootstarter.enums
 
cn.soboys.restapispringbootstarter.exception - 程序包 cn.soboys.restapispringbootstarter.exception
 
cn.soboys.restapispringbootstarter.i18n - 程序包 cn.soboys.restapispringbootstarter.i18n
 
cn.soboys.restapispringbootstarter.interceptor - 程序包 cn.soboys.restapispringbootstarter.interceptor
 
cn.soboys.restapispringbootstarter.log - 程序包 cn.soboys.restapispringbootstarter.log
 
cn.soboys.restapispringbootstarter.serializer - 程序包 cn.soboys.restapispringbootstarter.serializer
 
cn.soboys.restapispringbootstarter.test - 程序包 cn.soboys.restapispringbootstarter.test
 
cn.soboys.restapispringbootstarter.utils - 程序包 cn.soboys.restapispringbootstarter.utils
 
cn.soboys.restapispringbootstarter.validator - 程序包 cn.soboys.restapispringbootstarter.validator
 
COLON - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
COMMA - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
Config - cn.soboys.restapispringbootstarter.test中的类
 
Config() - 类 的构造器cn.soboys.restapispringbootstarter.test.Config
 
ConstraintViolationExceptionHandler(ConstraintViolationException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
验证 单个参数类型
Contact() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.Contact
 
createdToken(String, String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
 
createJWT(String, String, Object, long) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
createJWT(String, String, Object, long, SignatureAlgorithm, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
createPropertySource(String, EncodedResource) - 类 中的方法cn.soboys.restapispringbootstarter.utils.YamlPropertySourceFactory
 
CRLF - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
CronValidator - cn.soboys.restapispringbootstarter.validator中的类
校验是否为合法的 Cron表达式
CronValidator() - 类 的构造器cn.soboys.restapispringbootstarter.validator.CronValidator
 

D

DASH - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DateSerializer - cn.soboys.restapispringbootstarter.serializer中的类
 
DateSerializer() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.DateSerializer
 
dateSerializer() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
decr(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
值 decr减少
DefaultMessage - cn.soboys.restapispringbootstarter.i18n中的类
 
DefaultMessage() - 类 的构造器cn.soboys.restapispringbootstarter.i18n.DefaultMessage
 
delete(String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
delete(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
DELETE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
deleteObject(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
删除单个对象
deleteObject(Collection) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
删除集合对象
deserialize(byte[]) - 类 中的方法cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration.PrefixStringRedisSerializer
 
deserialize(byte[]) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisConfig.PrefixStringRedisSerializer
 
doDelete(String) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
doGet(String) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
DOLLAR - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOLLAR_LEFT_BRACE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
doPost(String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
doPostForm(String, Map<String, Object>) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
doPut(String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
DOT - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOT_CLASS - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOT_JAVA - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOT_NEWLINE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOT_XML - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOUBLE_COLON - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DOUBLE_DOT - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
DoubleValueSerializer - cn.soboys.restapispringbootstarter.serializer中的类
 
DoubleValueSerializer() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.DoubleValueSerializer
 
doubleValueSerializer() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 

E

EMPTY - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
EnableRestFullApi - cn.soboys.restapispringbootstarter.annotation中的注释类型
 
Entity - cn.soboys.restapispringbootstarter.test中的类
 
Entity() - 类 的构造器cn.soboys.restapispringbootstarter.test.Entity
 
EntityParam - cn.soboys.restapispringbootstarter.domain中的类
 
EntityParam() - 类 的构造器cn.soboys.restapispringbootstarter.domain.EntityParam
 
equals(Object, Object) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否相等,如果两个对象不相等 抛出BusinessException 异常
   Assert.isEquals(obj1,obj2);
 
equals(Object, Object, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否相等,如果两个对象不相等 抛出BusinessException 异常
   Assert.isEquals(obj1,obj2,"obj1 must be equals obj2");
 
equals(Object, Object, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否相等,如果两个对象不相等,抛出指定类型异常,并使用指定的函数获取错误信息返回
EQUALS - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
error(Exception) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
未知异常全局捕获
error(BusinessException) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
统一业务异常处理
error(NoHandlerFoundException) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
接口不存在
ERROR_CODE - 类 中的静态变量cn.soboys.restapispringbootstarter.Result
 
ERROR_MSG - 类 中的静态变量cn.soboys.restapispringbootstarter.Result
 
evictCache(String, String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheUtil
 
exceptionHandler() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
ExceptionHandler - cn.soboys.restapispringbootstarter中的类
 
ExceptionHandler() - 类 的构造器cn.soboys.restapispringbootstarter.ExceptionHandler
 
EXCLAMATION_MARK - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
exists(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
expire(String, long) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
设置有效时间
expire(String, long, TimeUnit) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
设置有效时间

F

FALSE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
FORBID - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 

G

generate(GenerateCodeConfig) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.MyBatisPlusGenerator
代码生成配置
GenerateCodeConfig - cn.soboys.restapispringbootstarter.config中的类
 
GenerateCodeConfig() - 类 的构造器cn.soboys.restapispringbootstarter.config.GenerateCodeConfig
 
get(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
getAllKey(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
获取所有的key
getAuthKey() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
自定义秘钥
getCache(String, String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheUtil
 
getClaims(String) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
返回Claims主题信息
getClaims(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
getClaims(String, Key) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
getCode() - 枚举 中的方法cn.soboys.restapispringbootstarter.HttpStatus
 
getCode() - 接口 中的方法cn.soboys.restapispringbootstarter.ResultCode
 
getDeclaredMethod(Class<?>, String, Class<?>...) - 类 中的方法cn.soboys.restapispringbootstarter.aop.BaseAspectSupport
 
getDevice() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 
getDeviceBrowser() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 
getDeviceSystem() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 
getHasPrefix() - 枚举 中的方法cn.soboys.restapispringbootstarter.cache.CacheKey
 
getHasPrefix() - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
getHost() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
 
getHttpUrl(String...) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
将name转化为可访问的url地址,前端自动加上http头和域名端口信息,name自动用/连接
getInstance() - 类 中的静态方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
getIpAddr() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 
getIpToCityInfo(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
根据ip获取城市地理位置信息
getKey() - 枚举 中的方法cn.soboys.restapispringbootstarter.cache.CacheKey
 
getKey() - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
getMessage() - 枚举 中的方法cn.soboys.restapispringbootstarter.HttpStatus
 
getMessage() - 接口 中的方法cn.soboys.restapispringbootstarter.ResultCode
 
getParam(HttpServletRequest) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
获取post请求的body中的内容
getParam(String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
获取请求地址中的某个参数
getParameter(Method, Object[]) - 类 中的方法cn.soboys.restapispringbootstarter.aop.BaseAspectSupport
根据方法和传入的参数获取请求参数
getParameter(String) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RequestUtil.WebRequest
 
getParameterMap() - 类 中的方法cn.soboys.restapispringbootstarter.utils.RequestUtil.WebRequest
 
getRemainingTime(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
返回对应key过去时间
getReq() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
获取HttpServletRequest
getRequest() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 
getRequestParams(HttpServletRequest) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
 
getSignedKey(String) - 接口 中的方法cn.soboys.restapispringbootstarter.authorization.UserSign
获取密钥
getUserId(String) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
返回用户ID
getUserName(String) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
返回用户名称
getValue(HttpServletRequest, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
根据key获取value,会从header,paramter,cookie中查找。

H

hasAjaxRequest() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
 
hasAjaxRequest(HttpServletRequest) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
 
hasAnyPerm - cn.soboys.restapispringbootstarter.annotation中的注释类型
验证用户是否具有以下任意一个权限
hasAnyRoles - cn.soboys.restapispringbootstarter.annotation中的注释类型
 
HASH - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
HASH_LEFT_BRACE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
hasKey(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
hasLocalRequest() - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
 
hasPerm - cn.soboys.restapispringbootstarter.annotation中的注释类型
 
hasRole - cn.soboys.restapispringbootstarter.annotation中的注释类型
判断用户是否拥有某个角色
HAT - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
hGetAll(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
hSet(String, Map<String, Object>) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
httpMediaTypeNotSupportedException(HttpMediaTypeNotSupportedException) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
请求与响应媒体类型不一致 异常
HttpMessageNotReadableException(HttpMessageNotReadableException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
body json参数解析异常
httpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
请求方法不被允许
HttpStatus - cn.soboys.restapispringbootstarter中的枚举
 
HttpUserAgent - cn.soboys.restapispringbootstarter.utils中的类
 
HttpUserAgent() - 类 的构造器cn.soboys.restapispringbootstarter.utils.HttpUserAgent
 

I

I18NKey - cn.soboys.restapispringbootstarter.i18n中的接口
 
i18NMessage() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
I18NMessage - cn.soboys.restapispringbootstarter.i18n中的类
 
I18NMessage() - 类 的构造器cn.soboys.restapispringbootstarter.i18n.I18NMessage
 
incr(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
值 incr增加
initialize(IsCron) - 类 中的方法cn.soboys.restapispringbootstarter.validator.CronValidator
 
initialize(IsDateTime) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsDateTimeValidator
用于初始化注解上的值到这个validator
initialize(IsEnum) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsEnumValidator
 
initialize(IsMobile) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsMobileValidator
 
initialize(IsMoney) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsMoneyValidator
 
ip2regionProperties(RestApiProperties) - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
Ip2regionProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.Ip2regionProperties
 
isArrayType(BeanPropertyWriter) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
isAssignable(Class<?>, Class<?>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言 superType.isAssignableFrom(subType) 是否为 true.
isAssignable(Class<?>, Class<?>, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言 superType.isAssignableFrom(subType) 是否为 true.
IsCron - cn.soboys.restapispringbootstarter.validator中的注释类型
 
IsDateTime - cn.soboys.restapispringbootstarter.validator中的注释类型
 
isDateTime(String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.validator.ValidatorUtil
验证 日期
IsDateTimeValidator - cn.soboys.restapispringbootstarter.validator中的类
 
IsDateTimeValidator() - 类 的构造器cn.soboys.restapispringbootstarter.validator.IsDateTimeValidator
 
isDoubleType(BeanPropertyWriter) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
IsEnum - cn.soboys.restapispringbootstarter.validator中的注释类型
 
isEnum(Class<?>, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.validator.ValidatorUtil
验证枚举值是否合法 ,所有枚举需要继承此方法重写
IsEnumValidator - cn.soboys.restapispringbootstarter.validator中的类
 
IsEnumValidator() - 类 的构造器cn.soboys.restapispringbootstarter.validator.IsEnumValidator
 
isFalse(boolean, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为假,如果为 true 抛出指定类型异常
并使用指定的函数获取错误信息返回
  Assert.isFalse(i > 0, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
isFalse(boolean, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为假,如果为 true 抛出 BusinessException 异常
 Assert.isFalse(i < 0, "The value must not be negative");
 
isFalse(boolean, String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isFalse(boolean, ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isFalse(boolean) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为假,如果为 true 抛出 BusinessException 异常
 Assert.isFalse(i < 0);
 
isInstanceOf(Class<?>, T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo);
 
isInstanceOf(Class<?>, T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo, "foo must be an instance of class Foo");
 
isIntegerType(BeanPropertyWriter) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
IsMobile - cn.soboys.restapispringbootstarter.validator中的注释类型
 
isMobile(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.validator.ValidatorUtil
验证手机号
IsMobileValidator - cn.soboys.restapispringbootstarter.validator中的类
 
IsMobileValidator() - 类 的构造器cn.soboys.restapispringbootstarter.validator.IsMobileValidator
 
IsMoney - cn.soboys.restapispringbootstarter.validator中的注释类型
 
isMoney(BigDecimal) - 类 中的静态方法cn.soboys.restapispringbootstarter.validator.ValidatorUtil
验证金额0.00
IsMoneyValidator - cn.soboys.restapispringbootstarter.validator中的类
 
IsMoneyValidator() - 类 的构造器cn.soboys.restapispringbootstarter.validator.IsMoneyValidator
 
isNull(Object, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否为null ,如果不为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
 Assert.isNull(value, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
isNull(Object, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否为null ,如果不为null 抛出BusinessException 异常
 Assert.isNull(value, "The value must be null");
 
isNull(Object, String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isNull(Object, ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isNull(Object) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否为null ,如果不为null 抛出BusinessException 异常
 Assert.isNull(value);
 
ISO_8859_1 - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
isStringType(BeanPropertyWriter) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory
 
isTrue(boolean, Supplier<? extends X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为真,如果为 false 抛出给定的异常
 Assert.isTrue(i > 0, BusinessException::new);
 
isTrue(boolean, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为真,如果为 false 抛出 BusinessException 异常
 Assert.isTrue(i > 0, "The value must be greater than zero");
 
isTrue(boolean, String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isTrue(boolean, ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
isTrue(boolean) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言是否为真,如果为 false 抛出 BusinessException 异常
 Assert.isTrue(i > 0);
 
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.soboys.restapispringbootstarter.validator.CronValidator
 
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsDateTimeValidator
具体的校验逻辑
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsEnumValidator
 
isValid(String, ConstraintValidatorContext) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsMobileValidator
 
isValid(BigDecimal, ConstraintValidatorContext) - 类 中的方法cn.soboys.restapispringbootstarter.validator.IsMoneyValidator
 

J

jsonParamsException(MethodArgumentNotValidException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
验证 对象类型参数 JSON body 参数
JsonSerializableException - cn.soboys.restapispringbootstarter.exception中的异常错误
 
JsonSerializableException(String) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.JsonSerializableException
 
JsonSerializeProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.JsonSerializeProperties
 
jsonSerializeProperties() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
JsonSerializerConfig - cn.soboys.restapispringbootstarter.serializer中的类
 
JsonSerializerConfig() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
jwtProperties(RestApiProperties) - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
JwtProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.JwtProperties
 
JwtTokenInterceptor - cn.soboys.restapispringbootstarter.interceptor中的类
 
JwtTokenInterceptor() - 类 的构造器cn.soboys.restapispringbootstarter.interceptor.JwtTokenInterceptor
 
jwtTokenInterceptor() - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.WebMvcHandleConfig
授权登录拦截器
JwtUtil - cn.soboys.restapispringbootstarter.utils中的类
 
JwtUtil() - 类 的构造器cn.soboys.restapispringbootstarter.utils.JwtUtil
 

K

key(String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
调用key()时,keyParts不为null,是空数组 调用key(null)时,keyParts为null
key(String, boolean, String[]) - 接口 中的静态方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
key() - 枚举 中的方法cn.soboys.restapispringbootstarter.HttpStatus
 
key() - 接口 中的方法cn.soboys.restapispringbootstarter.i18n.I18NKey
get i18n message key
keyGeneratorStrategy() - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheConfig
自定义key生成策略
keys(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
获得缓存的基本对象列表

L

LEFT_BRACE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
LEFT_BRACKET - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
LEFT_CHEV - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
LEFT_SQ_BRACKET - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
Limit - cn.soboys.restapispringbootstarter.annotation中的注释类型
 
LimitAccessException - cn.soboys.restapispringbootstarter.exception中的异常错误
 
LimitAccessException(String) - 异常错误 的构造器cn.soboys.restapispringbootstarter.exception.LimitAccessException
 
LimitAccessExceptionException(LimitAccessException, HttpServletRequest) - 类 中的方法cn.soboys.restapispringbootstarter.ExceptionHandler
 
LimitAspect - cn.soboys.restapispringbootstarter.aop中的类
 
LimitAspect() - 类 的构造器cn.soboys.restapispringbootstarter.aop.LimitAspect
 
limitAspect() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
LimitType - cn.soboys.restapispringbootstarter.enums中的枚举
 
list - 类 中的静态变量cn.soboys.restapispringbootstarter.interceptor.WhiteApiList
 
listBeans(ApplicationContext) - 类 中的静态方法cn.soboys.restapispringbootstarter.RestApiSpringBootStarterApplication
 
localDateSerializer() - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
LocalDateTimeSerializer - cn.soboys.restapispringbootstarter.serializer中的类
 
LocalDateTimeSerializer() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.LocalDateTimeSerializer
 
Log - cn.soboys.restapispringbootstarter.log中的注释类型
 
logAfterThrowing(JoinPoint, Throwable) - 类 中的方法cn.soboys.restapispringbootstarter.aop.LogAspect
配置异常通知
LogApiTypeEnum - cn.soboys.restapispringbootstarter.enums中的枚举
 
logAround(ProceedingJoinPoint) - 类 中的方法cn.soboys.restapispringbootstarter.aop.LogAspect
配置环绕通知,使用在方法logPointcut()上注册的切入点
LogAspect - cn.soboys.restapispringbootstarter.aop中的类
 
LogAspect() - 类 的构造器cn.soboys.restapispringbootstarter.aop.LogAspect
 
logAspect() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
LogCURDTypeEnum - cn.soboys.restapispringbootstarter.enums中的枚举
 
LogDataSource - cn.soboys.restapispringbootstarter.log中的接口
 
LogEntry - cn.soboys.restapispringbootstarter.log中的类
 
LogEntry() - 类 的构造器cn.soboys.restapispringbootstarter.log.LogEntry
 
LogEntry(String, Long) - 类 的构造器cn.soboys.restapispringbootstarter.log.LogEntry
 
LogFileDefaultDataSource - cn.soboys.restapispringbootstarter.log中的类
 
LogFileDefaultDataSource() - 类 的构造器cn.soboys.restapispringbootstarter.log.LogFileDefaultDataSource
 
loggingProperties(RestApiProperties) - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
LoggingProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.LoggingProperties
 
LoginAuthorization - cn.soboys.restapispringbootstarter.authorization中的接口
 
LoginAuthorizationSubject - cn.soboys.restapispringbootstarter.authorization中的类
 
LoginAuthorizationSubject() - 类 的构造器cn.soboys.restapispringbootstarter.authorization.LoginAuthorizationSubject
 
loginAuthorizationSubject() - 类 中的方法cn.soboys.restapispringbootstarter.config.UserJwtAutoConfig
 
logPointcut() - 类 中的方法cn.soboys.restapispringbootstarter.aop.LogAspect
配置切入点 该方法无方法体,主要为了让同类中其他方法使用此切入点
LogTypeEnum - cn.soboys.restapispringbootstarter.enums中的枚举
 
lPop(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
lPush(String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
lRange(String, long, long) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 

M

main(String[]) - 类 中的静态方法cn.soboys.restapispringbootstarter.authorization.UrlMatcher
 
main(String[]) - 类 中的静态方法cn.soboys.restapispringbootstarter.RestApiSpringBootStarterApplication
 
main(String[]) - 类 中的静态方法cn.soboys.restapispringbootstarter.test.Test
 
matches(String) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UrlMatcher
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法cn.soboys.restapispringbootstarter.condition.OnEnableRestFullApiAnnotationCondition
 
message(I18NKey, String) - 类 中的方法cn.soboys.restapispringbootstarter.i18n.I18NMessage
get i18n message
message(String, String) - 类 中的方法cn.soboys.restapispringbootstarter.i18n.I18NMessage
get i18n message
MSG - 类 中的静态变量cn.soboys.restapispringbootstarter.Result
 
MyBatisPlusGenerator - cn.soboys.restapispringbootstarter.utils中的类
 
MyBatisPlusGenerator() - 类 的构造器cn.soboys.restapispringbootstarter.utils.MyBatisPlusGenerator
 

N

N - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
NEWLINE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
NO - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
noNullElements(T[], Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含 并使用指定的函数获取错误信息返回
 Assert.noNullElements(array, ()->{
      // to query relation message
      return new BusinessException("relation message to return ");
  });
 
noNullElements(T[], String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array, "The array must not have null elements");
 
noNullElements(T[]) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array);
 
NoRestFulApi - cn.soboys.restapispringbootstarter.annotation中的注释类型
不进行结果封装的注解
NORMAL - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
notBlank(T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出自定义异常。
notBlank(T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 BusinessException
 Assert.notBlank(name, "Name must not be blank");
 
notBlank(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 BusinessException
 Assert.notBlank(name);
 
notContain(CharSequence, T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定字符串是否不被另一个字符串包含(即是否为子串) 并使用指定的函数获取错误信息返回
 Assert.notContain(name, "rod", ()->{
      // to query relation message
      return new BusinessException("relation message to return ");
  });
 
notContain(String, String, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
 Assert.notContain(name, "rod", "Name must not contain 'rod'");
 
notContain(String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定字符串是否不被另一个字符串包含(即是否为子串)
 Assert.notContain(name, "rod");
 
notEmpty(T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空,为空抛出自定义异常,并使用指定的函数获取错误信息返回。
notEmpty(T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空,为空抛出 BusinessException
 Assert.notEmpty(name, "Name must not be empty");
 
notEmpty(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查给定字符串是否为空,为空抛出 BusinessException
 Assert.notEmpty(name);
 
notEmpty(T[], Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素 并使用指定的函数获取错误信息返回
 Assert.notEmpty(array, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
notEmpty(T[], String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
 
notEmpty(T[]) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
 
notEmpty(T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定集合非空 并使用指定的函数获取错误信息返回
 Assert.notEmpty(collection, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
notEmpty(T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定集合非空
 Assert.notEmpty(collection, "Collection must have elements");
 
notEmpty(T, String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
notEmpty(T, ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
notEmpty(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定集合非空
 Assert.notEmpty(collection);
 
notEmpty(T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定Map非空 并使用指定的函数获取错误信息返回
 Assert.notEmpty(map, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
notEmpty(T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
 
notEmpty(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
 
notEquals(Object, Object) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否不相等,如果两个对象相等 抛出BusinessException 异常
   Assert.notEquals(obj1,obj2);
 
notEquals(Object, Object, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否不相等,如果两个对象相等 抛出BusinessException 异常
   Assert.notEquals(obj1,obj2,"obj1 must be not equals obj2");
 
notEquals(Object, Object, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言两个对象是否不相等,如果两个对象相等,抛出指定类型异常,并使用指定的函数获取错误信息返回
notNull(T, Supplier<X>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否不为null ,如果为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
 Assert.notNull(clazz, ()->{
      // to query relation message
      return new BusinessException("relation message to return");
  });
 
notNull(T, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否不为null ,如果为null 抛出BusinessException 异常 Assert that an object is not null .
notNull(T, String, String) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
notNull(T, ResultCode) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
 
notNull(T) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
断言对象是否不为null ,如果为null 抛出BusinessException 异常
 Assert.notNull(clazz);
 
NULL - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
NullAble() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.NullAble
 
NullAbleSerializer - cn.soboys.restapispringbootstarter.serializer中的类
 
NullAbleSerializer() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.NullAbleSerializer
 

O

objectMapper(DoubleValueSerializer, BigDecimalSerializer, DateSerializer, BeanSerializerModifierFactory, LocalDateTimeSerializer) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig
 
OFF - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
ON - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
onApplicationEvent(ApplicationReadyEvent) - 类 中的方法cn.soboys.restapispringbootstarter.config.StartupApplicationListener
 
ONE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
OnEnableRestFullApiAnnotationCondition - cn.soboys.restapispringbootstarter.condition中的类
 
OnEnableRestFullApiAnnotationCondition() - 类 的构造器cn.soboys.restapispringbootstarter.condition.OnEnableRestFullApiAnnotationCondition
 
openApi() - 类 中的方法cn.soboys.restapispringbootstarter.config.OpenApiConfig
 
OpenApiConfig - cn.soboys.restapispringbootstarter.config中的类
 
OpenApiConfig() - 类 的构造器cn.soboys.restapispringbootstarter.config.OpenApiConfig
 
OpenApiProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.OpenApiProperties
 

P

parseExpression(String, Method, Object[]) - 类 中的方法cn.soboys.restapispringbootstarter.aop.BaseAspectSupport
使用SPEL进行key的解析
parseJWT(String) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
返回整个原始jwt信息
parseJWT(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
parseJWT(String, Key) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.JwtUtil
 
parseUserToken(String, Class<T>) - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserJwtToken
解析user token用户信息。
PERCENT - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
PIPE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
PLUS - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
pointcut() - 类 中的方法cn.soboys.restapispringbootstarter.aop.LimitAspect
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.JwtTokenInterceptor
 
PrefixStringRedisSerializer(String, StringRedisSerializer) - 类 的构造器cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration.PrefixStringRedisSerializer
 
PrefixStringRedisSerializer(String, StringRedisSerializer) - 类 的构造器cn.soboys.restapispringbootstarter.cache.RedisConfig.PrefixStringRedisSerializer
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.soboys.restapispringbootstarter.interceptor.JwtTokenInterceptor
 
putCache(String, String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheUtil
 

Q

QUESTION_MARK - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
QUOTE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 

R

RedisConfig - cn.soboys.restapispringbootstarter.cache中的类
 
RedisConfig() - 类 的构造器cn.soboys.restapispringbootstarter.cache.RedisConfig
 
RedisConfig.PrefixStringRedisSerializer - cn.soboys.restapispringbootstarter.cache中的类
 
RedisProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties.RedisProperties
 
redisTemplate(RedisConnectionFactory) - 类 中的方法cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration
Jackson序列化 json
redisTemplate(RedisConnectionFactory) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisConfig
Jackson序列化 json
redisTempUtil() - 类 中的方法cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration
 
RedisTempUtil - cn.soboys.restapispringbootstarter.cache中的类
 
RedisTempUtil() - 类 的构造器cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
rememberMe - 类 中的变量cn.soboys.restapispringbootstarter.authorization.UserJwtToken
是否记住
RequestUtil - cn.soboys.restapispringbootstarter.utils中的类
 
RequestUtil() - 类 的构造器cn.soboys.restapispringbootstarter.utils.RequestUtil
 
RequestUtil.WebRequest<T> - cn.soboys.restapispringbootstarter.utils中的类
 
resolveMethod(ProceedingJoinPoint) - 类 中的方法cn.soboys.restapispringbootstarter.aop.BaseAspectSupport
 
restApiProperties() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
RestApiProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestApiProperties
 
RestApiProperties.Authorization - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.Contact - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.Ip2regionProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.JsonSerializeProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.JwtProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.LoggingProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.NullAble - cn.soboys.restapispringbootstarter.config中的类
JSON 序列化对空返回处理 空集合 返回[],Double 返回 0.00 Number 返回0 字符串返回""
RestApiProperties.OpenApiProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiProperties.RedisProperties - cn.soboys.restapispringbootstarter.config中的类
 
RestApiSpringBootStarterApplication - cn.soboys.restapispringbootstarter中的类
 
RestApiSpringBootStarterApplication() - 类 的构造器cn.soboys.restapispringbootstarter.RestApiSpringBootStarterApplication
 
restFulTemp() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration.RestTemplateConfig
 
RestFulTemp - cn.soboys.restapispringbootstarter.utils中的类
 
RestFulTemp() - 类 的构造器cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
restTemplate(ClientHttpRequestFactory) - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration.RestTemplateConfig
 
restTemplate(ClientHttpRequestFactory) - 类 中的方法cn.soboys.restapispringbootstarter.config.RestTemplateConfig
 
RestTemplateConfig() - 类 的构造器cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration.RestTemplateConfig
 
RestTemplateConfig - cn.soboys.restapispringbootstarter.config中的类
 
RestTemplateConfig() - 类 的构造器cn.soboys.restapispringbootstarter.config.RestTemplateConfig
 
Result<T> - cn.soboys.restapispringbootstarter中的类
 
Result() - 类 的构造器cn.soboys.restapispringbootstarter.Result
 
Result(Boolean, String, String, T) - 类 的构造器cn.soboys.restapispringbootstarter.Result
 
ResultCode - cn.soboys.restapispringbootstarter中的接口
 
resultHandler() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
ResultHandler - cn.soboys.restapispringbootstarter中的类
 
ResultHandler() - 类 的构造器cn.soboys.restapispringbootstarter.ResultHandler
 
ResultPage<T> - cn.soboys.restapispringbootstarter中的类
 
ResultPage() - 类 的构造器cn.soboys.restapispringbootstarter.ResultPage
 
RETURN - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
RIGHT_BRACE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
RIGHT_BRACKET - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
RIGHT_CHEV - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
RIGHT_SQ_BRACKET - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
run(String...) - 类 中的方法cn.soboys.restapispringbootstarter.ApplicationRunner
 

S

sAdd(String, Object...) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
save(LogEntry) - 接口 中的方法cn.soboys.restapispringbootstarter.log.LogDataSource
获取拓展数据
save(LogEntry) - 类 中的方法cn.soboys.restapispringbootstarter.log.LogFileDefaultDataSource
自定义保存数据源
scanner(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.MyBatisPlusGenerator
读取控制台内容
SEMICOLON - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
sendFilePost(String, File) - 类 中的方法cn.soboys.restapispringbootstarter.utils.RestFulTemp
 
SerializableType - cn.soboys.restapispringbootstarter.serializer中的类
 
SerializableType() - 类 的构造器cn.soboys.restapispringbootstarter.serializer.SerializableType
 
serialize(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration.PrefixStringRedisSerializer
 
serialize(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisConfig.PrefixStringRedisSerializer
 
serialize(BigDecimal, JsonGenerator, SerializerProvider) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.BigDecimalSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.DateSerializer
 
serialize(Double, JsonGenerator, SerializerProvider) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.DoubleValueSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.LocalDateTimeSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.NullAbleSerializer
 
set(String, Object, Long) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
普通缓存放入并设置时间
set(String, Object) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
set(String, Object, long, TimeUnit) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
setSerializableType(SerializableType) - 类 中的方法cn.soboys.restapispringbootstarter.serializer.NullAbleSerializer
 
sign() - 接口 中的方法cn.soboys.restapispringbootstarter.authorization.UserSign
自定义签名
sign() - 类 中的方法cn.soboys.restapispringbootstarter.authorization.UserSignWith
 
simpleClientHttpRequestFactory() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration.RestTemplateConfig
 
simpleClientHttpRequestFactory() - 类 中的方法cn.soboys.restapispringbootstarter.config.RestTemplateConfig
 
SINGLE_QUOTE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
SLASH - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
sMembers(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
SPACE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
SpringCacheConfig - cn.soboys.restapispringbootstarter.cache中的类
 
SpringCacheConfig() - 类 的构造器cn.soboys.restapispringbootstarter.cache.SpringCacheConfig
 
springCacheUtil() - 类 中的方法cn.soboys.restapispringbootstarter.cache.SpringCacheConfig
 
SpringCacheUtil - cn.soboys.restapispringbootstarter.cache中的类
 
SpringCacheUtil() - 类 的构造器cn.soboys.restapispringbootstarter.cache.SpringCacheUtil
 
STAR - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
startupApplicationListener() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
 
StartupApplicationListener - cn.soboys.restapispringbootstarter.config中的类
 
StartupApplicationListener() - 类 的构造器cn.soboys.restapispringbootstarter.config.StartupApplicationListener
 
state(boolean, Supplier<String>) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean, String, Object...) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
state(boolean) - 类 中的静态方法cn.soboys.restapispringbootstarter.Assert
检查boolean表达式,当检查结果为false时抛出 IllegalStateException
Strings - cn.soboys.restapispringbootstarter.utils中的接口
String常量
SUCCESS_CODE - 类 中的静态变量cn.soboys.restapispringbootstarter.Result
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法cn.soboys.restapispringbootstarter.ResultHandler
supports方法: 判断是否要执行beforeBodyWrite方法, true为执行,false不执行.

T

t - cn.soboys.restapispringbootstarter.enums中的枚举
 
TAB - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
Test - cn.soboys.restapispringbootstarter.test中的类
 
Test() - 类 的构造器cn.soboys.restapispringbootstarter.test.Test
 
test() - 类 中的方法cn.soboys.restapispringbootstarter.test.TestController
 
TestController - cn.soboys.restapispringbootstarter.test中的类
 
TestController() - 类 的构造器cn.soboys.restapispringbootstarter.test.TestController
 
TILDA - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
TRUE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
ttl(String) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
获得某个key剩余时间

U

UNDER_LINE - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
UrlMatcher - cn.soboys.restapispringbootstarter.authorization中的类
 
UrlMatcher(String, String) - 类 的构造器cn.soboys.restapispringbootstarter.authorization.UrlMatcher
 
urlSplit(String) - 类 中的静态方法cn.soboys.restapispringbootstarter.utils.RequestUtil
将参数存入map集合
US_ASCII - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
UserJwtAutoConfig - cn.soboys.restapispringbootstarter.config中的类
 
UserJwtAutoConfig() - 类 的构造器cn.soboys.restapispringbootstarter.config.UserJwtAutoConfig
 
UserJwtToken - cn.soboys.restapispringbootstarter.authorization中的类
 
UserJwtToken() - 类 的构造器cn.soboys.restapispringbootstarter.authorization.UserJwtToken
 
userJwtToken(UserSignWith) - 类 中的方法cn.soboys.restapispringbootstarter.config.UserJwtAutoConfig
 
UserSign - cn.soboys.restapispringbootstarter.authorization中的接口
 
UserSignWith - cn.soboys.restapispringbootstarter.authorization中的类
 
UserSignWith() - 类 的构造器cn.soboys.restapispringbootstarter.authorization.UserSignWith
 
userSignWith() - 类 中的方法cn.soboys.restapispringbootstarter.config.UserJwtAutoConfig
 
UTF_8 - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 

V

valid(String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
validator() - 类 中的方法cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration
参数校验快速失败返回 提升性能
validator() - 类 中的方法cn.soboys.restapispringbootstarter.validator.ValidatorConfig
 
ValidatorConfig - cn.soboys.restapispringbootstarter.validator中的类
 
ValidatorConfig() - 类 的构造器cn.soboys.restapispringbootstarter.validator.ValidatorConfig
 
ValidatorUtil - cn.soboys.restapispringbootstarter.validator中的类
 
ValidatorUtil() - 类 的构造器cn.soboys.restapispringbootstarter.validator.ValidatorUtil
 
valueGet(String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.cache.CacheKey
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LimitType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogApiTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogCURDTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.t
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.soboys.restapispringbootstarter.HttpStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.cache.CacheKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LimitType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogApiTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogCURDTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.LogTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.enums.t
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.soboys.restapispringbootstarter.HttpStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueSet(Object, String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 
valueSetAndExpire(Object, long, TimeUnit, String...) - 接口 中的方法cn.soboys.restapispringbootstarter.cache.CacheTmp
 

W

WebConst - cn.soboys.restapispringbootstarter.utils中的类
 
WebConst() - 类 的构造器cn.soboys.restapispringbootstarter.utils.WebConst
 
WebMvcHandleConfig - cn.soboys.restapispringbootstarter.interceptor中的类
 
WebMvcHandleConfig() - 类 的构造器cn.soboys.restapispringbootstarter.interceptor.WebMvcHandleConfig
 
WebRequest(T) - 类 的构造器cn.soboys.restapispringbootstarter.utils.RequestUtil.WebRequest
 
WhiteApiList - cn.soboys.restapispringbootstarter.interceptor中的类
 
WhiteApiList() - 类 的构造器cn.soboys.restapispringbootstarter.interceptor.WhiteApiList
 

Y

Y - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
YamlPropertySourceFactory - cn.soboys.restapispringbootstarter.utils中的类
 
YamlPropertySourceFactory() - 类 的构造器cn.soboys.restapispringbootstarter.utils.YamlPropertySourceFactory
 
YES - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 

Z

zAdd(String, Object, double) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
ZERO - 接口 中的静态变量cn.soboys.restapispringbootstarter.utils.Strings
 
zRange(String, long, long) - 类 中的方法cn.soboys.restapispringbootstarter.cache.RedisTempUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
跳过导航链接

Copyright © 2023. All rights reserved.