- GenerateUtil - Class in com.biscuit.common.util
-
生成内容工具类
- GenerateUtil() - Constructor for class com.biscuit.common.util.GenerateUtil
-
- generator() - Static method in class com.biscuit.common.util.AESKeyUtil
-
生成 AES 对称密钥
- generator(int) - Static method in class com.biscuit.common.util.AESKeyUtil
-
生成指定长度的 AES 对称密钥
- generator() - Static method in class com.biscuit.common.util.RSAKeyPairUtil
-
- generator(int) - Static method in class com.biscuit.common.util.RSAKeyPairUtil
-
生成指定长度的 RSA 非对称公私钥
- get() - Static method in class com.biscuit.common.factory.GsonFactory
-
- get(String) - Static method in class com.biscuit.common.util.HttpUtil
-
发送GET请求
- get(String, Map<String, Object>) - Static method in class com.biscuit.common.util.HttpUtil
-
发送GET请求
- get(String, String, Class<T>) - Static method in class com.biscuit.common.util.JwtUtil
-
使用默认盐值,获取 token 中存储的 任意类型数据,并转换为指定类型
- get(String, String, String, Class<T>) - Static method in class com.biscuit.common.util.JwtUtil
-
使用自定义盐值,获取 token 中存储的 任意类型数据,并转换为指定类型
- getDeleteWrapper(Class<T>, Long) - Static method in class com.biscuit.common.util.mybatis.max.WrapperUtil
-
- getDeleteWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.WrapperUtil
-
- getIpAddr(HttpServletRequest) - Static method in class com.biscuit.common.util.IpUtil
-
- getIpInfo(String) - Static method in class com.biscuit.common.util.IpUtil
-
- getListType(Class<T>) - Static method in class com.biscuit.common.factory.GsonFactory
-
- getMap(String) - Static method in class com.biscuit.common.util.JwtUtil
-
使用自定义盐值,获取 token 中存储的 Map 集合数据
- getMap(String, String) - Static method in class com.biscuit.common.util.JwtUtil
-
使用自定义盐值,获取 token 中存储的 Map 集合数据
- getMapType(Class<K>, Class<V>) - Static method in class com.biscuit.common.factory.GsonFactory
-
- getQueryWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.id.WrapperUtil
-
- getQueryWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.max.WrapperUtil
-
- getQueryWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.min.WrapperUtil
-
- getQueryWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.WrapperUtil
-
- getToken(Long) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 userId 的 token,有效期五天,默认盐值
- getToken(Long, String) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 userId 的 token,有效期五天,自定义盐值
- getToken(Map<String, Object>, int) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 Map 的 token,默认有效期,默认盐值
- getToken(Map<String, Object>, int, String) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 Map 的 token,默认有效期,自定义盐值
- getToken(String, Object, int) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 任意类型数据 的 token,自定义有效期,默认盐值
- getToken(String, Object, int, String) - Static method in class com.biscuit.common.util.JwtUtil
-
获取一个存储了 任意类型数据 的 token,自定义有效期,默认盐值
- getUpdateWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.id.WrapperUtil
-
- getUpdateWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.max.WrapperUtil
-
- getUpdateWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.min.WrapperUtil
-
- getUpdateWrapper(Class<T>) - Static method in class com.biscuit.common.util.mybatis.WrapperUtil
-
- getUserId(String) - Static method in class com.biscuit.common.util.JwtUtil
-
使用默认盐值,获取 token 中存储的 userId
- getUserId(String, String) - Static method in class com.biscuit.common.util.JwtUtil
-
使用自定义盐值,获取 token 中存储的 userId
- GsonFactory - Class in com.biscuit.common.factory
-
- GsonFactory() - Constructor for class com.biscuit.common.factory.GsonFactory
-