跳过导航链接
A B C D E G H I J L N P R S T 

A

AopContextUtil - cn.jdevelops.aops中的类
获取上下文
AopContextUtil() - 类 的构造器cn.jdevelops.aops.AopContextUtil
 
aopContextUtil() - 类 中的方法cn.jdevelops.aops.EnableAutoAopsScanConfiguration
 
aopDis(HttpServletRequest, ProceedingJoinPoint) - 类 中的静态方法cn.jdevelops.aops.ParamsDis
调用日志打印
AopReasolver - cn.jdevelops.aops中的类
Aop 相关反射工具
AopReasolver() - 类 的构造器cn.jdevelops.aops.AopReasolver
 

B

bytes(CharSequence, Charset) - 类 中的静态方法cn.jdevelops.aops.StringUtil
根据编码获取字符的 byte

C

charset(String) - 类 中的静态方法cn.jdevelops.aops.ParamsDis
 
cn.jdevelops.aops - 程序包 cn.jdevelops.aops
 
CommonConstant - cn.jdevelops.aops中的接口
公共常量
CONTENT_TYPE - 接口 中的静态变量cn.jdevelops.aops.CommonConstant
 

D

decode(String, Charset, boolean) - 类 中的静态方法cn.jdevelops.aops.ParamsDis
 
decode(byte[], boolean) - 类 中的静态方法cn.jdevelops.aops.StringUtil
解码 byte
DEFAULT_FORMAT_DATETIME - 接口 中的静态变量cn.jdevelops.aops.CommonConstant
 
digit16(int) - 类 中的静态方法cn.jdevelops.aops.StringUtil
 

E

EnableAutoAopsScanConfiguration - cn.jdevelops.aops中的类
自动扫描
EnableAutoAopsScanConfiguration() - 类 的构造器cn.jdevelops.aops.EnableAutoAopsScanConfiguration
 

G

getApplicationContext() - 类 中的静态方法cn.jdevelops.aops.AopContextUtil
获取applicationContext
getBean(String) - 类 中的静态方法cn.jdevelops.aops.AopContextUtil
通过name获取 Bean.
getBean(Class<T>) - 类 中的静态方法cn.jdevelops.aops.AopContextUtil
通过class获取Bean.
getBodyString(ServletRequest) - 类 中的静态方法cn.jdevelops.aops.HttpUtil
获取请求Body
getPoxyIp(HttpServletRequest) - 类 中的静态方法cn.jdevelops.aops.IpUtil
获取有网关是 的真正客户端IP 测试过nginx可以获取 location /test/ { proxy_pass http://localhost:9002/; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }
getPoxyIpEnhance(HttpServletRequest) - 类 中的静态方法cn.jdevelops.aops.IpUtil
增强版 - 普通使用getPoxyIp即可满足需求 获取有网关是 的真正客户端IP 测试过nginx可以获取

H

HttpUtil - cn.jdevelops.aops中的类
 
HttpUtil() - 类 的构造器cn.jdevelops.aops.HttpUtil
 

I

IpUtil - cn.jdevelops.aops中的类
 
IpUtil() - 类 的构造器cn.jdevelops.aops.IpUtil
 
isBlank(CharSequence) - 类 中的静态方法cn.jdevelops.aops.StringUtil
字符串判断空
isBlankChar(char) - 类 中的静态方法cn.jdevelops.aops.StringUtil
判空
isBlankChar(int) - 类 中的静态方法cn.jdevelops.aops.StringUtil
判空
isEmpty(CharSequence) - 类 中的静态方法cn.jdevelops.aops.StringUtil
判空
isMultipartContent(HttpServletRequest) - 类 中的静态方法cn.jdevelops.aops.HttpUtil
判断是否是multipart/form-data请求
isNotBlank(CharSequence) - 类 中的静态方法cn.jdevelops.aops.StringUtil
字符串判断不是空

J

JsonUtils - cn.jdevelops.aops中的类
JsonUtils.
JsonUtils() - 类 的构造器cn.jdevelops.aops.JsonUtils
 

L

length(CharSequence) - 类 中的静态方法cn.jdevelops.aops.StringUtil
字符串长度

N

newInstance() - 类 中的静态方法cn.jdevelops.aops.AopReasolver
 

P

ParamsDis - cn.jdevelops.aops中的类
切面参数处理
ParamsDis() - 类 的构造器cn.jdevelops.aops.ParamsDis
 

R

resolver(JoinPoint, String) - 类 中的方法cn.jdevelops.aops.AopReasolver
该方法的作用可以把方法上的参数绑定到注解的变量中,注解的语法#{变量名} 能解析类似#{task}或者#{task.taskName}或者{task.project.projectName} 需要引入 aop依赖 解析注解上的值

S

setApplicationContext(ApplicationContext) - 类 中的方法cn.jdevelops.aops.AopContextUtil
 
str(byte[], Charset) - 类 中的静态方法cn.jdevelops.aops.StringUtil
处理str
StringUtil - cn.jdevelops.aops中的类
of hutool.URLUtil
StringUtil() - 类 的构造器cn.jdevelops.aops.StringUtil
 

T

toCamelCase(String, boolean) - 类 中的静态方法cn.jdevelops.aops.StringUtil
下划线转驼峰法
toJson(Object) - 类 中的静态方法cn.jdevelops.aops.JsonUtils
To json string.
A B C D E G H I J L N P R S T 
跳过导航链接

Copyright © 2023 tan. All rights reserved.