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

A

addDay(Date, int) - 类 中的静态方法com.gjing.utils.TimeUtil
在日期上增加天数
addMonth(Date, int) - 类 中的静态方法com.gjing.utils.TimeUtil
在日期上增加数个整月
AliOss - com.gjing.utils.ali.oss中的类
 
AliOss() - 类 的构造器com.gjing.utils.ali.oss.AliOss
 
AliSms - com.gjing.utils.ali.sms中的类
 
AliSms() - 类 的构造器com.gjing.utils.ali.sms.AliSms
 
AliSmsModel - com.gjing.utils.ali.sms中的类
 
AliSmsModel() - 类 的构造器com.gjing.utils.ali.sms.AliSmsModel
 
apiInfo() - 类 中的方法com.gjing.config.SwaggerConfig
 

C

calendarToDate(Calendar, String) - 类 中的静态方法com.gjing.utils.TimeUtil
日期转时间
calendarToStringDate(Calendar, String) - 类 中的静态方法com.gjing.utils.TimeUtil
日期转文本时间
com.gjing.annotation - 程序包 com.gjing.annotation
 
com.gjing.config - 程序包 com.gjing.config
 
com.gjing.enums - 程序包 com.gjing.enums
 
com.gjing.ex - 程序包 com.gjing.ex
 
com.gjing.handle - 程序包 com.gjing.handle
 
com.gjing.utils - 程序包 com.gjing.utils
 
com.gjing.utils.ali.oss - 程序包 com.gjing.utils.ali.oss
 
com.gjing.utils.ali.sms - 程序包 com.gjing.utils.ali.sms
 
com.gjing.utils.excel - 程序包 com.gjing.utils.excel
 
com.gjing.utils.http - 程序包 com.gjing.utils.http
 
com.gjing.utils.result - 程序包 com.gjing.utils.result
 
com.gjing.utils.tengxun.sms - 程序包 com.gjing.utils.tengxun.sms
 
contains(String[], String) - 类 中的静态方法com.gjing.utils.ParamUtil
判断数组里是否包含指定值
createRestApi(ApiInfo) - 类 中的方法com.gjing.config.SwaggerConfig
 
cut() - 类 中的方法com.gjing.handle.NotNullProcessor
 

D

dateBetween(String, String) - 类 中的静态方法com.gjing.utils.TimeUtil
获取两个日期(不含时分秒)相差的天数,不包含今天
dateBetweenIncludeToday(String, String) - 类 中的静态方法com.gjing.utils.TimeUtil
获取两个日期(不含时分秒)相差的天数,包含今天
dateToCalendar(String) - 类 中的静态方法com.gjing.utils.TimeUtil
文本时间转化为日期
decodeBase64(String) - 类 中的静态方法com.gjing.utils.EncryptionUtil
BASE64解码
delete(List<String>, OssModel) - 类 中的静态方法com.gjing.utils.ali.oss.AliOss
文件删除
doBefore(JoinPoint) - 类 中的方法com.gjing.handle.NotNullProcessor
 
downloadFile(OssModel, String, String) - 类 中的静态方法com.gjing.utils.ali.oss.AliOss
 

E

EnableSwagger - com.gjing.annotation中的注释类型
 
encodeBase64(String) - 类 中的静态方法com.gjing.utils.EncryptionUtil
BASE64编码
EncryptionUtil - com.gjing.utils中的类
 
EncryptionUtil() - 类 的构造器com.gjing.utils.EncryptionUtil
 
error(Integer, String) - 类 中的静态方法com.gjing.utils.result.ResultVo
 
error() - 类 中的静态方法com.gjing.utils.result.ResultVo
 
error(String) - 类 中的静态方法com.gjing.utils.result.ResultVo
 
excelExport(HttpServletResponse, List<Object[]>, String[], String, String) - 类 中的静态方法com.gjing.utils.excel.ExcelUtil
Excel export
ExcelUtil - com.gjing.utils.excel中的类
 
ExcelUtil() - 类 的构造器com.gjing.utils.excel.ExcelUtil
 
ExcludeParam - com.gjing.annotation中的注释类型
 
ExportExcel - com.gjing.utils.excel中的类
 
ExportExcel() - 类 的构造器com.gjing.utils.excel.ExportExcel
 

F

find(List<String>, List<Object>) - 类 中的静态方法com.gjing.utils.result.ResultVo
用户自定义返回,一般用于返回多个数据

G

generateHaveExcelName(HttpServletResponse, List<Object[]>, String[], String, String) - 类 中的静态方法com.gjing.utils.excel.ExportExcel
 
get(String) - 类 中的方法com.gjing.utils.http.HttpRequest
 
get(String, Map<String, String>) - 类 中的方法com.gjing.utils.http.HttpRequest
 
get(String, Map<String, String>, Map<String, String>) - 类 中的方法com.gjing.utils.http.HttpRequest
 
get(String, Map<String, String>, Map<String, String>, String, String) - 类 中的方法com.gjing.utils.http.HttpRequest
 
getAllDaysOfMonth(Date) - 类 中的静态方法com.gjing.utils.TimeUtil
获取日期时间当月的总天数,如2017-02-13,返回28
getDate(String) - 类 中的静态方法com.gjing.utils.TimeUtil
获取时间对象
getDate(String, String) - 类 中的静态方法com.gjing.utils.TimeUtil
自定义格式获取时间对象
getDateAsString(Date) - 类 中的静态方法com.gjing.utils.TimeUtil
获取文本格式时间
getDateAsString(Date, String) - 类 中的静态方法com.gjing.utils.TimeUtil
自定义格式获取文本时间
getDays(Date) - 类 中的静态方法com.gjing.utils.TimeUtil
获取日期时间的天数,如2017-02-13,返回13
getMonth(Date) - 类 中的静态方法com.gjing.utils.TimeUtil
获取日期时间的月份,如2017年2月13日,返回2
getYears(Date) - 类 中的静态方法com.gjing.utils.TimeUtil
获取日期时间的年份,如2017-02-13,返回2017
globalExceptionHandler() - 类 中的方法com.gjing.config.ToolsAutoConfiguration
 
GlobalExceptionHandler - com.gjing.ex中的类
 
GlobalExceptionHandler() - 类 的构造器com.gjing.ex.GlobalExceptionHandler
 

H

httpException(HttpException) - 类 中的方法com.gjing.ex.GlobalExceptionHandler
 
HttpException - com.gjing.ex中的异常错误
 
HttpException(String) - 异常错误 的构造器com.gjing.ex.HttpException
 
HttpMethod - com.gjing.enums中的枚举
 
HttpRequest - com.gjing.utils.http中的类
 
HttpRequest() - 类 的构造器com.gjing.utils.http.HttpRequest
 
HttpsClientRequestFactory - com.gjing.config中的类
 
HttpsClientRequestFactory() - 类 的构造器com.gjing.config.HttpsClientRequestFactory
 
HttpStatus - com.gjing.enums中的枚举
 
HttpType - com.gjing.enums中的枚举
 

I

init(ProcessingEnvironment) - 类 中的方法com.gjing.handle.NonNullProcessor
 
isEmail(String) - 类 中的静态方法com.gjing.utils.ParamUtil
验证是不是合法email
isMobileNumber(String) - 类 中的静态方法com.gjing.utils.ParamUtil
验证是不是合法的手机号
isPostCode(String) - 类 中的静态方法com.gjing.utils.ParamUtil
验证是不是合法的邮编
isTelPhone(String) - 类 中的静态方法com.gjing.utils.ParamUtil
验证是不是合法的固话

L

login(String, List<String>, List<Object>) - 类 中的静态方法com.gjing.utils.result.ResultVo
一般用于登录

M

md5(String) - 类 中的静态方法com.gjing.utils.EncryptionUtil
MD5 encryption
multiParamHasEmpty(List<T>) - 类 中的静态方法com.gjing.utils.ParamUtil
检查多参数里面是否有空值
multiSend(TxSmsModel) - 类 中的静态方法com.gjing.utils.tengxun.sms.TxSms
指定模板 ID 群发短信,群发一次请求最多支持200个号码。

N

NonNullProcessor - com.gjing.handle中的类
 
NonNullProcessor() - 类 的构造器com.gjing.handle.NonNullProcessor
 
NotNull - com.gjing.annotation中的注释类型
 
NotNull2 - com.gjing.annotation中的注释类型
 
NotNullProcessor - com.gjing.handle中的类
 
NotNullProcessor() - 类 的构造器com.gjing.handle.NotNullProcessor
 
notNullProxy() - 类 中的方法com.gjing.config.ToolsAutoConfiguration
 

O

ossException(OssException) - 类 中的方法com.gjing.ex.GlobalExceptionHandler
 
OssException - com.gjing.ex中的异常错误
 
OssException(String) - 异常错误 的构造器com.gjing.ex.OssException
 
OssModel - com.gjing.utils.ali.oss中的类
 
OssModel() - 类 的构造器com.gjing.utils.ali.oss.OssModel
 

P

PageResult<T> - com.gjing.utils.result中的类
 
PageResult() - 类 的构造器com.gjing.utils.result.PageResult
 
paramException(ParamException) - 类 中的方法com.gjing.ex.GlobalExceptionHandler
 
ParamException - com.gjing.ex中的异常错误
 
ParamException(String) - 异常错误 的构造器com.gjing.ex.ParamException
 
paramIsEmpty(T) - 类 中的静态方法com.gjing.utils.ParamUtil
检查参数是否为空
paramIsNotEmpty(Object) - 类 中的静态方法com.gjing.utils.ParamUtil
参数不为空或者size=0或者isEmpty
ParamUtil - com.gjing.utils中的类
 
ParamUtil() - 类 的构造器com.gjing.utils.ParamUtil
 
post(String) - 类 中的方法com.gjing.utils.http.HttpRequest
 
post(String, Map<String, String>) - 类 中的方法com.gjing.utils.http.HttpRequest
 
post(String, Map<String, String>, Map<String, String>) - 类 中的方法com.gjing.utils.http.HttpRequest
 
post(String, Map<String, String>, Map<String, String>, String, String) - 类 中的方法com.gjing.utils.http.HttpRequest
 
prepareConnection(HttpURLConnection, String) - 类 中的方法com.gjing.config.HttpsClientRequestFactory
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法com.gjing.handle.NonNullProcessor
 

Q

querySendDetails(AliSmsModel, String, String, String, String) - 类 中的静态方法com.gjing.utils.ali.sms.AliSms
查询短信发送记录

R

registerBean(RegisterBeanException) - 类 中的方法com.gjing.ex.GlobalExceptionHandler
 
RegisterBeanException - com.gjing.ex中的异常错误
 
RegisterBeanException(String) - 异常错误 的构造器com.gjing.ex.RegisterBeanException
 
removeEndSymbol(String, String) - 类 中的静态方法com.gjing.utils.ParamUtil
移除字符串末尾的符号
removeStartSymbol(String, String) - 类 中的静态方法com.gjing.utils.ParamUtil
移除字符串开始的符号
removeSymbol(String, String) - 类 中的静态方法com.gjing.utils.ParamUtil
移除字符串的符号
removeSymbol2(String, String) - 类 中的静态方法com.gjing.utils.ParamUtil
删除字符串里的符号
request() - 类 中的方法com.gjing.config.ToolsAutoConfiguration
 
ResultVo<T> - com.gjing.utils.result中的类
 
ResultVo() - 类 的构造器com.gjing.utils.result.ResultVo
 

S

selectImports(AnnotationMetadata) - 类 中的方法com.gjing.config.SwaggerSelector
 
send(AliSmsModel, String, String, Map<String, String>, String) - 类 中的静态方法com.gjing.utils.ali.sms.AliSms
短信发送接口,支持在一次请求中向多个不同的手机号码发送同样内容的短信。
send(TxSmsModel) - 类 中的静态方法com.gjing.utils.tengxun.sms.TxSms
指定模板 ID 单发短信
sha1Hmac(String, String) - 类 中的静态方法com.gjing.utils.EncryptionUtil
 
sha256Hmac(String, String) - 类 中的静态方法com.gjing.utils.EncryptionUtil
sha256 Hmac加密
Sms - com.gjing.enums中的枚举
 
smsException(SmsException) - 类 中的方法com.gjing.ex.GlobalExceptionHandler
 
SmsException - com.gjing.ex中的异常错误
 
SmsException(String) - 异常错误 的构造器com.gjing.ex.SmsException
 
split(String, String) - 类 中的静态方法com.gjing.utils.ParamUtil
字符串根据符号截取
stampToStringDate(Long) - 类 中的静态方法com.gjing.utils.TimeUtil
将时间戳转换为文本时间
stringDateToStamp(String) - 类 中的静态方法com.gjing.utils.TimeUtil
将文本时间转换为时间戳
success(String, Object) - 类 中的静态方法com.gjing.utils.result.ResultVo
 
success() - 类 中的静态方法com.gjing.utils.result.ResultVo
 
success(Object) - 类 中的静态方法com.gjing.utils.result.ResultVo
 
SwaggerBean - com.gjing.config中的类
 
SwaggerBean() - 类 的构造器com.gjing.config.SwaggerBean
 
SwaggerConfig - com.gjing.config中的类
 
SwaggerConfig() - 类 的构造器com.gjing.config.SwaggerConfig
 
SwaggerSelector - com.gjing.config中的类
 
SwaggerSelector() - 类 的构造器com.gjing.config.SwaggerSelector
 

T

TimeUtil - com.gjing.utils中的类
 
TimeUtil() - 类 的构造器com.gjing.utils.TimeUtil
 
toLowerCase(String) - 类 中的静态方法com.gjing.utils.ParamUtil
小写
ToolsAutoConfiguration - com.gjing.config中的类
 
ToolsAutoConfiguration() - 类 的构造器com.gjing.config.ToolsAutoConfiguration
 
toUpperCase(String) - 类 中的静态方法com.gjing.utils.ParamUtil
大写
trim(String) - 类 中的静态方法com.gjing.utils.ParamUtil
去除字符串的空格
trim(List<String>) - 类 中的静态方法com.gjing.utils.ParamUtil
去除集合中的空元素
TxSms - com.gjing.utils.tengxun.sms中的类
 
TxSms() - 类 的构造器com.gjing.utils.tengxun.sms.TxSms
 
TxSmsModel - com.gjing.utils.tengxun.sms中的类
 
TxSmsModel() - 类 的构造器com.gjing.utils.tengxun.sms.TxSmsModel
 

U

unicodeSort(Map<String, String>, boolean, boolean) - 类 中的静态方法com.gjing.utils.http.UrlUtil
参数按照字段名的Unicode码从小到大排序(字典序)
upload(MultipartFile, OssModel) - 类 中的静态方法com.gjing.utils.ali.oss.AliOss
文件简单上传(最大文件不能超过5G)
urlAppend(String, MultiValueMap<String, String>) - 类 中的静态方法com.gjing.utils.http.UrlUtil
url拼接:其结果为:http://127.0.0.1:8080/test?
urlAppend(String, Map<String, String>) - 类 中的静态方法com.gjing.utils.http.UrlUtil
url拼接:其结果为:http://127.0.0.1:8080/test?
urlParamToMap(String) - 类 中的静态方法com.gjing.utils.http.UrlUtil
将URL中的查询参数部分解析成键值对
UrlUtil - com.gjing.utils.http中的类
 
UrlUtil() - 类 的构造器com.gjing.utils.http.UrlUtil
 

V

valueOf(String) - 枚举 中的静态方法com.gjing.enums.HttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gjing.enums.HttpStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gjing.enums.HttpType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.gjing.enums.Sms
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.gjing.enums.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gjing.enums.HttpStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gjing.enums.HttpType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.gjing.enums.Sms
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G H I L M N O P Q R S T U V 
跳过导航链接

Copyright © 2019. All rights reserved.