A B C D E G H I L M N O P R S T
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- addCaffeineHash(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- addRedisHash(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- argumentMissingHandle(BindException) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
- argumentTypeHandler(MethodArgumentNotValidException) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
B
- beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法cn.flyelf.cache.sample.advice.CustomResponseAdvice
- blockRedis(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
- buildModel(int, long[], String[], Integer[]) - 类 中的静态方法cn.flyelf.cache.sample.util.ModelUtil
- buildModel(long, String, Integer) - 类 中的静态方法cn.flyelf.cache.sample.util.ModelUtil
C
- CacheBothController - cn.flyelf.cache.sample.controller中的类
-
应用所有缓存层的缓存接口
- CacheBothController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheBothController
- CacheCounterController - cn.flyelf.cache.sample.controller中的类
-
计数器的接口
- CacheCounterController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheCounterController
- CacheHashController - cn.flyelf.cache.sample.controller中的类
-
hash数据类型的缓存接口
- CacheHashController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheHashController
- CacheListController - cn.flyelf.cache.sample.controller中的类
-
缓存list的接口
- CacheListController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheListController
- CacheSetController - cn.flyelf.cache.sample.controller中的类
-
set数据类型的缓存接口
- CacheSetController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheSetController
- CacheSimpleController - cn.flyelf.cache.sample.controller中的类
-
缓存接口例子
- CacheSimpleController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheSimpleController
- clearDate(Date) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
清理某个日期的具体时间
- clearDay(Calendar) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
清除该天的具体时间:小时、分、秒、毫秒
- cn.flyelf.cache.sample - 程序包 cn.flyelf.cache.sample
- cn.flyelf.cache.sample.advice - 程序包 cn.flyelf.cache.sample.advice
- cn.flyelf.cache.sample.controller - 程序包 cn.flyelf.cache.sample.controller
- cn.flyelf.cache.sample.model - 程序包 cn.flyelf.cache.sample.model
- cn.flyelf.cache.sample.util - 程序包 cn.flyelf.cache.sample.util
- concurrencyThreshold(ConcurrencyException) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
- convert(String) - 类 中的方法cn.flyelf.cache.sample.advice.DateConverter
- CustomResponseAdvice - cn.flyelf.cache.sample.advice中的类
-
rest响应结果定制封装
- CustomResponseAdvice() - 类 的构造器cn.flyelf.cache.sample.advice.CustomResponseAdvice
D
- DateConverter - cn.flyelf.cache.sample.advice中的类
-
把格式化的时间字符串转换为日期对象
- DateConverter() - 类 的构造器cn.flyelf.cache.sample.advice.DateConverter
- day(String, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的日期字符串转换为时间
- day(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把日期对象转换为格式化的日期,分隔符可以自定义
- delCaffeineHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- delCaffeineHashKey(String, Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- delCaffeineList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- delRedisHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- delRedisHashKey(String, Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- delRedisList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
E
- error(int, String) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputDTO
- ExceptionAdvice - cn.flyelf.cache.sample.advice中的类
-
spring cloud的统一异常处理
- ExceptionAdvice(ExceptionConfiguration) - 类 的构造器cn.flyelf.cache.sample.advice.ExceptionAdvice
- ExceptionClass - cn.flyelf.cache.sample.model中的类
-
定义需要进行转化的异常类参数模型
- ExceptionClass() - 类 的构造器cn.flyelf.cache.sample.model.ExceptionClass
- ExceptionConfiguration - cn.flyelf.cache.sample.advice中的类
-
异常统一处理配置 spring: rest: advice: exception: code-name: code classes: - name: org.springframework.web.HttpRequestMethodNotSupportedException code: 404 message: 接口不存在 - name: org.springframework.web.bind.MethodArgumentNotValidException code: -2 - name: org.springframework.web.bind.MissingRequestHeaderException code: -2 message: 缺少头部参数 - name: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException code: -2 message: 参数数据类型不匹配 - name: org.springframework.http.converter.HttpMessageNotReadableException code: -2 message: 不能识别的参数 - name: org.springframework.validation.BindException code: -2
- ExceptionConfiguration() - 类 的构造器cn.flyelf.cache.sample.advice.ExceptionConfiguration
- exceptionHandle(Exception) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
G
- getBothList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheBothController
- getBothSimple(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheBothController
- getCaffeineHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- getCaffeineHashList(String, long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- getCaffeineList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- getCaffeineSet(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSetController
- getNextCounter(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheCounterController
- getObj() - 类 中的方法cn.flyelf.cache.sample.controller.CacheCounterController
- getRedis(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
- getRedisHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- getRedisHashList(String, long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- getRedisList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- getRedisNullAndLoad(String, Long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
- getRedisSet(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSetController
- getSimpleCaffeine(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
- getSimpleCaffeine2(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
H
- hasCaffeineHash(String, Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- hasRedisHash(String, Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- hour(String, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的日期字符串转换为时间
- hour(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把日期对象转换为格式化的日期,分隔符可以自定义
I
- initBinder(WebDataBinder) - 类 中的方法cn.flyelf.cache.sample.advice.CustomResponseAdvice
- isClass(Throwable, int) - 类 中的方法cn.flyelf.cache.sample.model.ExceptionClass
L
- lastDate(Date) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
取某个日期的最后1秒
- lpopCaffeineList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- lpopRedisList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- lpushCaffeineList(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- lpushRedisList(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
M
- main(String[]) - 类 中的静态方法cn.flyelf.cache.sample.SampleApplication
- methodNotSupport(HttpRequestMethodNotSupportedException) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
- minute(String, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的日期字符串转换为时间
- minute(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把日期对象转换为格式化的日期,分隔符可以自定义
- ModelUtil - cn.flyelf.cache.sample.util中的类
-
模型辅助工具
- month(String, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的日期字符串转换为时间
- month(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把日期对象转换为格式化的日期,分隔符可以自定义
N
- nextDay() - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
取明天的时间
- nextDay(Calendar) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
- noCacheHandler(CacheNotExistException) - 类 中的方法cn.flyelf.cache.sample.advice.ExceptionAdvice
O
- of(int, List<T>) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputListDTO
- of(List<T>) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputListDTO
- ok(int, T) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputDTO
- ok(List<T>, long) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputListDTO
- ok(T) - 类 中的静态方法cn.flyelf.cache.sample.model.OutputDTO
- OutputDTO<T> - cn.flyelf.cache.sample.model中的类
-
统一的结果输出模型
- OutputListDTO<T> - cn.flyelf.cache.sample.model中的类
-
统一的列表结果输出模型
P
- putBothList(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheBothController
- putBothSimple(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheBothController
- putCaffeineHash(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- putCaffeineList(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- putCaffeineSet(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSetController
- putCollection(Cache, Collection<CacheTestModel>, String, long[], String[], Integer[], Long) - 类 中的静态方法cn.flyelf.cache.sample.util.ModelUtil
- putNull() - 类 中的方法cn.flyelf.cache.sample.controller.CacheCounterController
- putRedis(String, Long, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
- putRedisHash(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheHashController
- putRedisList(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- putRedisSet(String, long[], String[], Integer[], Long) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSetController
- putSimpleCaffeine(String, Long, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheSimpleController
R
- rpopCaffeineList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- rpopRedisList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- rpushCaffeineList(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
- rpushRedisList(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheListController
S
- SampleApplication - cn.flyelf.cache.sample中的类
-
例子入口
- SampleApplication() - 类 的构造器cn.flyelf.cache.sample.SampleApplication
- second(String, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的日期字符串转换为时间
- second(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把日期对象转换为格式化的日期,分隔符可以自定义
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法cn.flyelf.cache.sample.advice.CustomResponseAdvice
T
- time(String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
把格式化的时间字符串转换为时间对象
- time(Date, String) - 类 中的静态方法cn.flyelf.cache.sample.advice.TimeConverter
-
根据具体的转换格式转换时间
- TimeConverter - cn.flyelf.cache.sample.advice中的类
-
日期时间的格式转换器
- TimeConverter() - 类 的构造器cn.flyelf.cache.sample.advice.TimeConverter
所有类 所有程序包