A B C D E G H I L M N O P S T 

A

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.CacheController
 

C

CacheController - cn.flyelf.cache.sample.controller中的类
缓存接口例子
CacheController() - 类 的构造器cn.flyelf.cache.sample.controller.CacheController
 
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
 
convert(String) - 类 中的方法cn.flyelf.cache.sample.advice.DateConverter
 
CustomResponseAdvice - cn.flyelf.cache.sample.advice中的类
类描述
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
把日期对象转换为格式化的日期,分隔符可以自定义

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.CacheController
 
getCaffeineHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getCaffeineList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getCaffeineSet(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getRedis(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getRedisHash(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getRedisList(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getRedisNullAndLoad(String, Long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getRedisSet(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
getSimpleCaffeine(String) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 

H

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秒

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
把日期对象转换为格式化的日期,分隔符可以自定义
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[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putCaffeineHash(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putCaffeineList(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putCaffeineSet(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putRedis(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putRedisHash(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putRedisList(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putRedisSet(String, long[], String[], Integer[]) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 
putSimpleCaffeine(String, long, String, Integer) - 类 中的方法cn.flyelf.cache.sample.controller.CacheController
 

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
 
A B C D E G H I L M N O P S T 
跳过导航链接