跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X _ 

A

AESUtils - com.fengwenyi.javalib.encryption中的类
AES加密解密工具类
AESUtils() - 类 的构造器com.fengwenyi.javalib.encryption.AESUtils
 
ALL - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
各级包括自定义级别
altBase64ToByteArray(String) - 类 中的静态方法com.fengwenyi.javalib.third.Base64
Translates the specified "alternate representation" Base64 string into a byte array.
APPLICATION_FORM_VALUE - 类 中的静态变量com.fengwenyi.javalib.constant.MediaTypeConstant
application/...form...
APPLICATION_JSON_VALUE - 类 中的静态变量com.fengwenyi.javalib.constant.MediaTypeConstant
application/json
autoFill(Integer, Integer) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
自动填充。
autoFill(String, Integer, String, Boolean) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
自动填充 比如:待填充字符串:Dd,用x在其左侧填充成10位的字符串, 则为:xxxxxxxxDd 如果待字符串is null,则返回null。

B

Base64 - com.fengwenyi.javalib.third中的类
Static methods for translating Base64 encoded strings to byte arrays and vice-versa.
Base64() - 类 的构造器com.fengwenyi.javalib.third.Base64
 
base64ToByteArray(String) - 类 中的静态方法com.fengwenyi.javalib.third.Base64
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
Base64Utils - com.fengwenyi.javalib.encryption中的类
Base64加解密工具
Base64Utils() - 类 的构造器com.fengwenyi.javalib.encryption.Base64Utils
 
BeanUtils - com.fengwenyi.javalib.bean中的类
Bean工具类
BeanUtils() - 类 的构造器com.fengwenyi.javalib.bean.BeanUtils
 
BLANK - 类 中的静态变量com.fengwenyi.javalib.constant.StringConstant
空的字符串("")
build() - 类 中的方法com.fengwenyi.javalib.helper.MapHelper
 
build() - 接口 中的方法com.fengwenyi.javalib.jk.IBuilder
构建一个对象
buildGetRequest(String, String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
构造 get 请求方式的 Request
buildOption(Integer, Integer, Map<String, String>) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
构造 Request.Option
buildPostRequest(String, String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
构造 get 请求方式的 Request
buildRequest(String, String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
构造 Request
byteArrayToAltBase64(byte[]) - 类 中的静态方法com.fengwenyi.javalib.third.Base64
Translates the specified byte array into an "alternate representation" Base64 string.
byteArrayToBase64(byte[]) - 类 中的静态方法com.fengwenyi.javalib.third.Base64
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).

C

call(String, String) - 类 中的静态方法com.fengwenyi.javalib.util.MdcUtils
请求入口记录日志
CharsetConstant - com.fengwenyi.javalib.constant中的类
已过时。
推荐使用:StandardCharsets
CharsetConstant() - 类 的构造器com.fengwenyi.javalib.constant.CharsetConstant
已过时。
 
CHROME_WIN7 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
Chrome Win7
clear() - 类 中的静态方法com.fengwenyi.javalib.util.MdcUtils
清除MDC
clipping(String, int, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片裁剪
CollectionUtils - com.fengwenyi.javalib.collection中的类
集合工具类
CollectionUtils() - 类 的构造器com.fengwenyi.javalib.collection.CollectionUtils
 
com.fengwenyi.javalib.bean - 程序包 com.fengwenyi.javalib.bean
 
com.fengwenyi.javalib.collection - 程序包 com.fengwenyi.javalib.collection
 
com.fengwenyi.javalib.constant - 程序包 com.fengwenyi.javalib.constant
 
com.fengwenyi.javalib.convert - 程序包 com.fengwenyi.javalib.convert
 
com.fengwenyi.javalib.encryption - 程序包 com.fengwenyi.javalib.encryption
 
com.fengwenyi.javalib.exception - 程序包 com.fengwenyi.javalib.exception
 
com.fengwenyi.javalib.file - 程序包 com.fengwenyi.javalib.file
 
com.fengwenyi.javalib.generate - 程序包 com.fengwenyi.javalib.generate
 
com.fengwenyi.javalib.handle - 程序包 com.fengwenyi.javalib.handle
 
com.fengwenyi.javalib.helper - 程序包 com.fengwenyi.javalib.helper
 
com.fengwenyi.javalib.http - 程序包 com.fengwenyi.javalib.http
 
com.fengwenyi.javalib.http.client - 程序包 com.fengwenyi.javalib.http.client
 
com.fengwenyi.javalib.http.client.impl - 程序包 com.fengwenyi.javalib.http.client.impl
 
com.fengwenyi.javalib.image - 程序包 com.fengwenyi.javalib.image
 
com.fengwenyi.javalib.jk - 程序包 com.fengwenyi.javalib.jk
 
com.fengwenyi.javalib.net - 程序包 com.fengwenyi.javalib.net
 
com.fengwenyi.javalib.third - 程序包 com.fengwenyi.javalib.third
 
com.fengwenyi.javalib.util - 程序包 com.fengwenyi.javalib.util
 
compress(String, int, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片压缩 需要注意,压缩后的图片宽高,并不等于指定的宽高, 会根据图片的宽高进行等比例压缩
compress(File, int, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片压缩 需要注意,压缩后的图片宽高,并不等于指定的宽高, 会根据图片的宽高进行等比例压缩
compress(URL, int, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片压缩 需要注意,压缩后的图片宽高,并不等于指定的宽高, 会根据图片的宽高进行等比例压缩
compress(String, String, int, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片压缩,生成压缩图片文件 需要注意,压缩后的图片宽高,并不等于指定的宽高, 会根据图片的宽高进行等比例压缩
compress(URL, String, int) - 类 中的静态方法com.fengwenyi.javalib.image.ImageUtils
图片压缩,生成压缩图片文件
convert(String) - 类 中的静态方法com.fengwenyi.javalib.encryption.MD5Utils
加密解密算法 执行一次加密,两次解密
convertCollection(String, Class<? extends Collection>, Class<?>) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将JSON字符串转换成集合
convertCollection(String, TypeReference<T>) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将JSON字符串转换成集合
convertMap(String, Class<K>, Class<V>) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将json格式的字符串转换成Map格式
convertObject(String, Class<T>) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将json字符串转换成对象
convertObject(String, TypeReference<T>) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将json字符串转换成对象
convertObject(String, Class<T>) - 类 中的静态方法com.fengwenyi.javalib.convert.XmlUtils
将XML格式的字符串转换成对象
convertObject(String, TypeReference<T>) - 类 中的静态方法com.fengwenyi.javalib.convert.XmlUtils
将XML格式的字符串转换成对象
convertString(T) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将对象转换成JSON字符串
convertString(T) - 类 中的静态方法com.fengwenyi.javalib.convert.XmlUtils
将对象转换成XML格式的字符串
copy(Object, Class<T>) - 类 中的静态方法com.fengwenyi.javalib.bean.BeanUtils
将源对象的属性值拷贝给目标对象。
create(String, Request.Method, String) - 类 中的静态方法com.fengwenyi.javalib.http.Request
创建 Request
create(Integer, Integer) - 类 中的静态方法com.fengwenyi.javalib.http.Request.Option
创建 Request.Option
create(Integer, Integer, Map<String, String>) - 类 中的静态方法com.fengwenyi.javalib.http.Request.Option
创建 Request.Option

D

DATE - 类 中的静态变量com.fengwenyi.javalib.constant.DateTimePattern
 
DATE_TIME - 类 中的静态变量com.fengwenyi.javalib.constant.DateTimePattern
 
dateFormatter() - 类 中的静态方法com.fengwenyi.javalib.convert.FormatterUtils
 
dateTimeFormatter() - 类 中的静态方法com.fengwenyi.javalib.convert.FormatterUtils
 
DateTimePattern - com.fengwenyi.javalib.constant中的类
 
DateTimePattern() - 类 的构造器com.fengwenyi.javalib.constant.DateTimePattern
 
DateTimeUtils - com.fengwenyi.javalib.convert中的类
日期和时间工具类 目前功能如下: Date 格式化成字符串 LocalDateTime 格式化成字符串 Instant 格式化成字符串 Long 时间戳(毫秒)格式化成字符串 时间字符串解析为 Date 时间字符串解析为 Instant 时间字符串解析为 LocalDateTimeDate 转换成时间戳(毫秒数) 将 LocalDateTime 转换成时间戳(毫秒数) 将 LocalDateTime 转换成时间戳(秒数) 自然语言描述过去的时间(中/英文) 关于为什么没有推出预定义时间格式呢?
DateTimeUtils() - 类 的构造器com.fengwenyi.javalib.convert.DateTimeUtils
 
DEBUG - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
指定细粒度信息事件是最有用的应用程序调试
DEBUG - 类 中的静态变量com.fengwenyi.javalib.util.PrintUtils
打印开关,默认开启
decode(String) - 类 中的静态方法com.fengwenyi.javalib.encryption.Base64Utils
解密
decrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.AESUtils
解密AES加密过的字符串
DELETE - 类 中的静态变量com.fengwenyi.javalib.constant.RequestMethodConstant
delete

E

email(String) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
邮箱星号(*)处理
encrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.AESUtils
AES加密字符串
encrypt(byte[]) - 类 中的静态方法com.fengwenyi.javalib.encryption.Base64Utils
加密
EncryptionTypeConstant - com.fengwenyi.javalib.constant中的类
加密类型常量
EncryptionTypeConstant() - 类 的构造器com.fengwenyi.javalib.constant.EncryptionTypeConstant
 
ERROR - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
错误事件可能仍然允许应用程序继续运行
error(Object) - 类 中的静态方法com.fengwenyi.javalib.util.PrintUtils
控制台打印INFO日志 如果不想输出,可通过 [DEBUG] 关闭
ExceptionUtils - com.fengwenyi.javalib.exception中的类
异常工具类
ExceptionUtils() - 类 的构造器com.fengwenyi.javalib.exception.ExceptionUtils
 
execute(Request, Request.Option) - 接口 中的方法com.fengwenyi.javalib.http.client.HttpClient
执行 http 请求
execute(Request, Request.Option) - 类 中的方法com.fengwenyi.javalib.http.client.impl.JdkHttpClient
 
execute(Request, Request.Option) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
执行 HTTP 请求

F

FATAL - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
指定非常严重的错误事件,这可能导致应用程序中止
FileUtils - com.fengwenyi.javalib.file中的类
文件工具类
FileUtils() - 类 的构造器com.fengwenyi.javalib.file.FileUtils
 
FIREFOX_WIN7 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
Firefox Win7
format(LocalDateTime, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间格式化成字符串
format(LocalDate, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间格式化成字符串
format(Date, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间格式化成字符串
format(Long, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间格式化成字符串 提示:不能转换秒
format(Instant, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间格式化成字符串
FormatterUtils - com.fengwenyi.javalib.convert中的类
 
FormatterUtils() - 类 的构造器com.fengwenyi.javalib.convert.FormatterUtils
 

G

generateStar(int) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
生成一个指定长度的星号(*)字符串
genId() - 类 中的静态方法com.fengwenyi.javalib.generate.IdUtils
基于UUID生成ID,不含"-"
GET - 类 中的静态变量com.fengwenyi.javalib.constant.RequestMethodConstant
get
get() - 类 中的静态方法com.fengwenyi.javalib.generate.TraceIdUtils
获取traceId
get(Request.Util) - 类 中的静态方法com.fengwenyi.javalib.http.client.HttpClientFactory
获取 http client
get(String, String, Map<String, String>) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
http get 请求
get(String, String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
http get 请求
get(String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
http get 请求
getBody() - 类 中的方法com.fengwenyi.javalib.http.Response
 
getCode() - 类 中的方法com.fengwenyi.javalib.http.Response
 
getConnectTimeoutSecond() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getHeaders() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getHostnameVerifier() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getIdByUUID() - 类 中的静态方法com.fengwenyi.javalib.generate.IdUtils
不含"-"
getKey(int) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
获取密钥
getKey() - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
获取密钥
getLeft(String, int) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
获取字符串左边指定长度的字符串。
getLogLevel() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getMethod() - 类 中的方法com.fengwenyi.javalib.http.Request
 
getMsg() - 类 中的方法com.fengwenyi.javalib.http.Response
 
getParam() - 类 中的方法com.fengwenyi.javalib.http.Request
 
getPostData(HttpServletRequest) - 类 中的静态方法com.fengwenyi.javalib.net.RequestUtils
如果客户端通过 request 传递数据,那么就可以使用该方法获取数据 这种通常是通过 Post方式 警告:使用该方法获取post的值,HttpServletRequest 就不可再用,该方法待优化。
getRandomString(int) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
获取随机字符串
getReadTimeoutSecond() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getRequestIp(HttpServletRequest) - 类 中的静态方法com.fengwenyi.javalib.net.RequestUtils
获取客户端IP地址
getRight(String, int) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
获取字符串右边指定长度的字符串。
getSslContextFactory() - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
getStackTrace(Throwable) - 类 中的静态方法com.fengwenyi.javalib.exception.ExceptionUtils
获取异常栈信息
getStartOfMonth(LocalDate) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取当前月的开始时间
getStartOfNaturalWeek(LocalDate) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取自然周的开始时间
getSuffix(String) - 类 中的静态方法com.fengwenyi.javalib.file.FileUtils
获取后缀名,例如文件名为xxx.jpg,则返回jpg.
getTraceId() - 类 中的静态方法com.fengwenyi.javalib.util.MdcUtils
获取traceId
getUrl() - 类 中的方法com.fengwenyi.javalib.http.Request
 
getUrlParams(String) - 类 中的静态方法com.fengwenyi.javalib.convert.ParamUtils
将url参数转换成map
getUrlParamsByMap(Map<String, String>) - 类 中的静态方法com.fengwenyi.javalib.convert.ParamUtils
将Map型转为请求参数型
getUtil() - 类 中的方法com.fengwenyi.javalib.http.Request
 
getUUID() - 类 中的静态方法com.fengwenyi.javalib.generate.IdUtils
包含"-"
getYear(LocalDate) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取年
getYear() - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取年-现在

H

hasOnlyNum(String) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
字符串中只有数字。
HexUtils - com.fengwenyi.javalib.convert中的类
进制转换工具类
HexUtils() - 类 的构造器com.fengwenyi.javalib.convert.HexUtils
 
HttpClient - com.fengwenyi.javalib.http.client中的接口
HTTP 请求客户端 接口
HttpClientFactory - com.fengwenyi.javalib.http.client中的类
HTTP CLIENT 工厂
HttpClientFactory() - 类 的构造器com.fengwenyi.javalib.http.client.HttpClientFactory
 
HttpHeaderKeyConstant - com.fengwenyi.javalib.constant中的类
Http header key
HttpHeaderKeyConstant() - 类 的构造器com.fengwenyi.javalib.constant.HttpHeaderKeyConstant
 
HttpUtils - com.fengwenyi.javalib.http中的类
Http 工具类

简单示例: String result = HttpUtils.get("https://www.baidu.com"); 完整示例: Map<String, Object> paramMap = new HashMap<>(); paramMap.put("currentPage", 1); paramMap.put("pageSize", 10); Map<String, String> headerMap = new HashMap<>(); headerMap.put("Accept", "application/json"); Request request = new Request(); request.setUrl("https://erwin-api.fengwenyi.com/erwin/bookmark/page"); request.setParam(paramMap); request.setMethod(Request.Method.GET); request.setUtil(Request.Util.JDK); Request.Option option = new Request.Option(); option.setHeaders(headerMap); option.setConnectTimeoutSecond(3); option.setReadTimeoutSecond(5); option.setLogLevel(Request.LogLevel.DEBUG); try { String result = HttpUtils.execute(request, option); } catch (IOException e) { throw new RuntimeException(e); }
HttpUtils() - 类 的构造器com.fengwenyi.javalib.http.HttpUtils
 
humpToMidline(String) - 类 中的静态方法com.fengwenyi.javalib.convert.NamingUtils
驼峰转中划线
humpToUnderline(String) - 类 中的静态方法com.fengwenyi.javalib.convert.NamingUtils
驼峰转中划线

I

IBuilder<T> - com.fengwenyi.javalib.jk中的接口
构造者模式接口
ICallback<T> - com.fengwenyi.javalib.jk中的接口
回调接口 这可能并不满足你的实际需求,你可以继承该接口{或是仿照} 以此来完成你的需求。
idCardNo(String) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
身份证号码星号处理 前留3,后留4,中间由星号填充
idCardNo(String, int, int) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
身份证号码星号处理
IdUtils - com.fengwenyi.javalib.generate中的类
 
IdUtils() - 类 的构造器com.fengwenyi.javalib.generate.IdUtils
 
ImageUtils - com.fengwenyi.javalib.image中的类
图片工具类 服务器,可转成BufferedImage,使用的时候再用输出流,返回到页面 本地磁盘,可直接写到文件中 Thumbnails,还提供了根据比例压缩,比如缩小原图的1半 Thumbnails.of(source) .scale(0.5) .toFile(thumbnail); 图片压缩
图片压缩,是用的Google,如果需要用到图片压缩,请引入jar,如下: groupId: net.coobird artifactId: thumbnailator version: 0.4.8
ImageUtils() - 类 的构造器com.fengwenyi.javalib.image.ImageUtils
 
INFO - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
指定能够突出在粗粒度级别的应用程序运行情况的信息的消息
info(Object) - 类 中的静态方法com.fengwenyi.javalib.util.PrintUtils
控制台打印INFO日志 如果不想输出,可通过 [DEBUG] 关闭
init() - 类 中的静态方法com.fengwenyi.javalib.helper.MapHelper
 
IOUtils - com.fengwenyi.javalib.file中的类
IO工具类
IOUtils() - 类 的构造器com.fengwenyi.javalib.file.IOUtils
 
ip(String) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
 
IP_INFO_URI - 类 中的静态变量com.fengwenyi.javalib.constant.URLConstant
获取ip地址的信息的uri
isBefore(LocalDateTime, LocalDateTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
比较两个时间大小,简言之,before < after 是否成立 假定有两个时间,before和after,如果before小于after,返回 true , 反之,返回 false
isEmpty(Collection<?>) - 类 中的静态方法com.fengwenyi.javalib.collection.CollectionUtils
如果集合为null或者空,则返回true
isEmpty(String[]) - 类 中的静态方法com.fengwenyi.javalib.collection.CollectionUtils
判断数组是空数组
isEmpty(Map<?, ?>) - 类 中的静态方法com.fengwenyi.javalib.collection.MapUtils
判断Map是否为空
isEmpty(String) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
判断字符串是否为空 null - true "" - true " " - true "null" - true " null " - true
isNotEmpty(Collection<?>) - 类 中的静态方法com.fengwenyi.javalib.collection.CollectionUtils
如果集合不为null或者空,则返回true
isNotEmpty(String[]) - 类 中的静态方法com.fengwenyi.javalib.collection.CollectionUtils
判断数组不是空数组
isNotEmpty(Map<?, ?>) - 类 中的静态方法com.fengwenyi.javalib.collection.MapUtils
判断Map是否不为空
isNotEmpty(String) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
判断字符串是否不为空
isValid(String, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
校验时间合法性

J

JdkHttpClient - com.fengwenyi.javalib.http.client.impl中的类
JDK http 客户端
JdkHttpClient() - 类 的构造器com.fengwenyi.javalib.http.client.impl.JdkHttpClient
 
JsonUtils - com.fengwenyi.javalib.convert中的类
JSON转换工具类
JsonUtils() - 类 的构造器com.fengwenyi.javalib.convert.JsonUtils
 
JsoupUtils - com.fengwenyi.javalib.util中的类
Jsoup 工具类
JsoupUtils() - 类 的构造器com.fengwenyi.javalib.util.JsoupUtils
 
judgeInTimeDuration(LocalTime, LocalTime, LocalTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
判断是否在指定时间区间内
judgeInTimeDurationWithBoundary(LocalTime, LocalTime, LocalTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
判断是否在指定时间区间内,含边界

K

KEY_CONTENT_TYPE - 类 中的静态变量com.fengwenyi.javalib.constant.HttpHeaderKeyConstant
Content-Type

L

LengthConstant - com.fengwenyi.javalib.constant中的类
长度常量
LengthConstant() - 类 的构造器com.fengwenyi.javalib.constant.LengthConstant
 
LogLevelConstant - com.fengwenyi.javalib.constant中的类
日志级别 debug, info, warn, Error, Fatal; ALL 各级包括自定义级别 DEBUG 指定细粒度信息事件是最有用的应用程序调试 ERROR 错误事件可能仍然允许应用程序继续运行 FATAL 指定非常严重的错误事件,这可能导致应用程序中止 INFO 指定能够突出在粗粒度级别的应用程序运行情况的信息的消息 OFF 这是最高等级,为了关闭日志记录 TRACE 指定细粒度比DEBUG更低的信息事件 WARN 指定具有潜在危害的情况
LogLevelConstant() - 类 的构造器com.fengwenyi.javalib.constant.LogLevelConstant
 

M

MapHelper - com.fengwenyi.javalib.helper中的类
帮助你方便构建一个 Map,需要注意的是,实现是用 HashMap 类型说明:key 为 String 类型,value 为 Object 类型 示例: Map<String, Object> map = MapHelper.init().put("key", "value").build();
MapUtils - com.fengwenyi.javalib.collection中的类
Map工具类 判断Map是否为空 判断Map是否不为空
MapUtils() - 类 的构造器com.fengwenyi.javalib.collection.MapUtils
 
MathUtils - com.fengwenyi.javalib.generate中的类
数学工具类
MathUtils() - 类 的构造器com.fengwenyi.javalib.generate.MathUtils
 
MD5 - 类 中的静态变量com.fengwenyi.javalib.constant.EncryptionTypeConstant
md5
md5(String) - 类 中的静态方法com.fengwenyi.javalib.encryption.MD5Utils
MD5加密
MD5Utils - com.fengwenyi.javalib.encryption中的类
MD5 加密工具类
MD5Utils() - 类 的构造器com.fengwenyi.javalib.encryption.MD5Utils
 
MDC_KEYWORD - 类 中的静态变量com.fengwenyi.javalib.constant.Variable
 
MDC_METHOD - 类 中的静态变量com.fengwenyi.javalib.constant.Variable
 
MDC_TRACE_ID - 类 中的静态变量com.fengwenyi.javalib.constant.Variable
 
MdcUtils - com.fengwenyi.javalib.util中的类
MDC Utils
MdcUtils() - 类 的构造器com.fengwenyi.javalib.util.MdcUtils
 
MediaTypeConstant - com.fengwenyi.javalib.constant中的类
Http Media Type
MediaTypeConstant() - 类 的构造器com.fengwenyi.javalib.constant.MediaTypeConstant
 

N

NamingUtils - com.fengwenyi.javalib.convert中的类
命名工具类
NamingUtils() - 类 的构造器com.fengwenyi.javalib.convert.NamingUtils
 

O

OFF - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
这是最高等级,为了关闭日志记录
onFail(String) - 接口 中的方法com.fengwenyi.javalib.jk.ICallback
失败回调
onSuccess(T) - 接口 中的方法com.fengwenyi.javalib.jk.ICallback
成功回调
OPERA_WIN7 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
OPERA_WIN7
Option() - 类 的构造器com.fengwenyi.javalib.http.Request.Option
 

P

ParamUtils - com.fengwenyi.javalib.convert中的类
参数处理工具类
ParamUtils() - 类 的构造器com.fengwenyi.javalib.convert.ParamUtils
 
parseDate(String, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将时间字符串解析成时间类型(Date)
parseInstant(String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将日期字符串(形如 2019-07-09 )转为 Instant,结果:2019-07-08T16:00:00Z
parseInstant(String, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将 时间字符串 转为 Instant
parseLocalDate(String, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
字符串格式的日期解析成日期格式
parseLocalDateTime(String, String) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
字符串格式的日期时间解析成日期时间格式
parseTitle(String) - 类 中的静态方法com.fengwenyi.javalib.util.JsoupUtils
从 html 内容中解析标题
PASSWORD - 类 中的静态变量com.fengwenyi.javalib.constant.LengthConstant
密码长度
password() - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
密码星号(*)处理
password(int) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
密码星号(*)处理
phone(String) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
手机号星号(*)处理 如一个手机号是:12345678901,处理之后是:123****8901
POST - 类 中的静态变量com.fengwenyi.javalib.constant.RequestMethodConstant
post
post(String, String, Map<String, String>) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
http post 请求
post(String, String) - 类 中的静态方法com.fengwenyi.javalib.http.HttpUtils
http post 请求
prettyPrint(Object) - 类 中的静态方法com.fengwenyi.javalib.convert.JsonUtils
将一个对象转换成JSON格式的字符串,并对其格式化,方便查看。
PrintUtils - com.fengwenyi.javalib.util中的类
打印工具类
PrintUtils() - 类 的构造器com.fengwenyi.javalib.util.PrintUtils
 
privateKeyDecrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
私钥解密
privateKeyEncrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
私钥加密
publicKeyDecrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
公钥解密
publicKeyEncrypt(String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
公钥加密
PUT - 类 中的静态变量com.fengwenyi.javalib.constant.RequestMethodConstant
put
put(String, Object) - 类 中的方法com.fengwenyi.javalib.helper.MapHelper
 

R

randomNum(int) - 类 中的静态方法com.fengwenyi.javalib.generate.MathUtils
在[0, range)范围内产生一个随机数
randomNum(int, int) - 类 中的静态方法com.fengwenyi.javalib.generate.MathUtils
在[y, x]范围内产生一个随机数
read(InputStream) - 类 中的静态方法com.fengwenyi.javalib.file.IOUtils
读取 InputStream
readAndClose(InputStream) - 类 中的静态方法com.fengwenyi.javalib.file.IOUtils
读取 InputStream,并关闭
realName(String) - 类 中的静态方法com.fengwenyi.javalib.handle.StarHandleUtils
真实姓名星号处理 两个字,第一个字星号处理 三个字及以上,只保留第一个和最后一个字,中间都用星号处理
remove() - 类 中的静态方法com.fengwenyi.javalib.generate.TraceIdUtils
清除traceId
removeStart(String, String) - 类 中的静态方法com.fengwenyi.javalib.util.StringUtils
删除字符串开始的字符串 如字符串:abcdefg,删除abc,得到的字符串为defg
Request - com.fengwenyi.javalib.http中的类
请求所需要参数
Request() - 类 的构造器com.fengwenyi.javalib.http.Request
 
Request.LogLevel - com.fengwenyi.javalib.http中的枚举
日志级别枚举
Request.Method - com.fengwenyi.javalib.http中的枚举
请求方法枚举
Request.Option - com.fengwenyi.javalib.http中的类
请求可选参数
Request.Util - com.fengwenyi.javalib.http中的枚举
请求工具枚举
RequestMethodConstant - com.fengwenyi.javalib.constant中的类
http 请求相关的常量
RequestMethodConstant() - 类 的构造器com.fengwenyi.javalib.constant.RequestMethodConstant
 
RequestUtils - com.fengwenyi.javalib.net中的类
你可能想从HttpServletRequest获取一些信息
RequestUtils() - 类 的构造器com.fengwenyi.javalib.net.RequestUtils
 
Response - com.fengwenyi.javalib.http中的类
 
Response() - 类 的构造器com.fengwenyi.javalib.http.Response
 
RSAUtils - com.fengwenyi.javalib.encryption中的类
 
RSAUtils() - 类 的构造器com.fengwenyi.javalib.encryption.RSAUtils
 

S

SAFARI_WIN7 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
SAFARI_WIN7
set() - 类 中的静态方法com.fengwenyi.javalib.generate.TraceIdUtils
设置traceId
set(String) - 类 中的静态方法com.fengwenyi.javalib.generate.TraceIdUtils
设置traceId
setBody(String) - 类 中的方法com.fengwenyi.javalib.http.Response
 
setCode(int) - 类 中的方法com.fengwenyi.javalib.http.Response
 
setConnectTimeoutSecond(Integer) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setHeaders(Map<String, String>) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setHostnameVerifier(HostnameVerifier) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setLogLevel(Request.LogLevel) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setMethod(Request.Method) - 类 中的方法com.fengwenyi.javalib.http.Request
 
setMsg(String) - 类 中的方法com.fengwenyi.javalib.http.Response
 
setParam(String) - 类 中的方法com.fengwenyi.javalib.http.Request
 
setParam(Map<String, Object>) - 类 中的方法com.fengwenyi.javalib.http.Request
 
setReadTimeoutSecond(Integer) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setSslContextFactory(SSLSocketFactory) - 类 中的方法com.fengwenyi.javalib.http.Request.Option
 
setTraceId(String) - 类 中的静态方法com.fengwenyi.javalib.util.MdcUtils
设置traceId
setUrl(String) - 类 中的方法com.fengwenyi.javalib.http.Request
 
setUtil(Request.Util) - 类 中的方法com.fengwenyi.javalib.http.Request
 
SHA1 - 类 中的静态变量com.fengwenyi.javalib.constant.EncryptionTypeConstant
SHA1
SHA1(String) - 类 中的静态方法com.fengwenyi.javalib.encryption.SHAUtils
字符串 SHA 加密
SHAUtils - com.fengwenyi.javalib.encryption中的类
SHA加密算法工具类
SHAUtils() - 类 的构造器com.fengwenyi.javalib.encryption.SHAUtils
 
sign(String, String, String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
签名
StarHandleUtils - com.fengwenyi.javalib.handle中的类
星号(*)处理工具类
StarHandleUtils() - 类 的构造器com.fengwenyi.javalib.handle.StarHandleUtils
 
StringConstant - com.fengwenyi.javalib.constant中的类
字符串常量
StringConstant() - 类 的构造器com.fengwenyi.javalib.constant.StringConstant
 
StringUtils - com.fengwenyi.javalib.util中的类
字符串工具类 字符串判空 字符串判非空
StringUtils() - 类 的构造器com.fengwenyi.javalib.util.StringUtils
 

T

TIME - 类 中的静态变量com.fengwenyi.javalib.constant.DateTimePattern
 
timeFormatter() - 类 中的静态方法com.fengwenyi.javalib.convert.FormatterUtils
 
toDate(LocalDateTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
LocalDateTime 转为 Date
toDate(LocalDate) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
LocalDate 转为 Date
toImage(byte[]) - 类 中的静态方法com.fengwenyi.javalib.file.IOUtils
byte[] 转成 BufferedImage
toInstant(Date) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将 Date 转换成 Instant
toLocalDateTime(Instant) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将 Instant 转换成 LocalDateTime
toLocalDateTime(Date) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
将 Date 转换成 LocalDateTime
toLocalDateTime(Long) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
时间戳(毫秒)转为 LocalDateTime
toMillisecond(Date) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取毫秒数
toMillisecond(LocalDateTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取 LocalDateTime的毫秒数
toMillisecond(LocalDate) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取 LocalDate 的毫秒数
toSecond(LocalDateTime) - 类 中的静态方法com.fengwenyi.javalib.convert.DateTimeUtils
获取 LocalDateTime的秒数
TRACE - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
指定细粒度比DEBUG更低的信息事件
TRACE_ID - 类 中的静态变量com.fengwenyi.javalib.constant.Variable
traceId
traceId() - 类 中的静态方法com.fengwenyi.javalib.util.MdcUtils
traceId处理,如果MDC有traceId,则返回,如果没有,则生成
TraceIdUtils - com.fengwenyi.javalib.generate中的类
traceId 工具类
TraceIdUtils() - 类 的构造器com.fengwenyi.javalib.generate.TraceIdUtils
 

U

underlineToHump(String) - 类 中的静态方法com.fengwenyi.javalib.convert.NamingUtils
下划线转驼峰
URLConstant - com.fengwenyi.javalib.constant中的类
 
URLConstant() - 类 的构造器com.fengwenyi.javalib.constant.URLConstant
 
UserAgentConstant - com.fengwenyi.javalib.constant中的类
 
UserAgentConstant() - 类 的构造器com.fengwenyi.javalib.constant.UserAgentConstant
 
UTF_8 - 类 中的静态变量com.fengwenyi.javalib.constant.CharsetConstant
已过时。
UTF-8

V

valueOf(String) - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.LogLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.Method
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.Util
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.LogLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.Method
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.fengwenyi.javalib.http.Request.Util
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Variable - com.fengwenyi.javalib.constant中的类
定义变量
Variable() - 类 的构造器com.fengwenyi.javalib.constant.Variable
 
verify(String, String, String, String, String) - 类 中的静态方法com.fengwenyi.javalib.encryption.RSAUtils
验证签名

W

WARN - 类 中的静态变量com.fengwenyi.javalib.constant.LogLevelConstant
指定具有潜在危害的情况
warn(Object) - 类 中的静态方法com.fengwenyi.javalib.util.PrintUtils
控制台打印INFO日志 如果不想输出,可通过 [DEBUG] 关闭
WIN7_IE8 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
Win7+ie8
WIN7_IE9 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
Win7+ie9
WIN7_IE9_360 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
360浏览器3.0在Win7+ie9
WIN7_IE9_AOYOU_COMPATIBILITY_MODE - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
傲游3.1.7在Win7+ie9,IE内核兼容模式
WIN7_IE9_AOYOU_HIGH_SPEED_MODE - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
傲游3.1.7在Win7+ie9,高速模式
WIN7_IE9_AYUN - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
阿云浏览器1.3.0.1724 Beta(编译日期2011-12-05)在Win7+ie9
WIN7_IE9_QQ - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
QQ浏览器6.9(11079)在Win7+ie9,IE内核兼容模式
WIN7_IE9_QQ_SPEED_MODE - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
QQ浏览器6.9(11079)在Win7+ie9,极速模式:
WIN7_IE9_SOGOU_COMPATIBILITY_MODE - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
搜狗3.0在Win7+ie9,IE内核兼容模式
WIN7_IE9_SOGOU_HIGH_SPEED_MODE - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
搜狗3.0在Win7+ie9,高速模式:
WINXP_IE6 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
WinXP+ie6
WINXP_IE7 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
WinXP+ie7
WINXP_IE8 - 类 中的静态变量com.fengwenyi.javalib.constant.UserAgentConstant
WinXP+ie8
write(String, String, boolean) - 类 中的静态方法com.fengwenyi.javalib.file.FileUtils
将字符串写入到文件中

X

XmlUtils - com.fengwenyi.javalib.convert中的类
XML转换工具类
XmlUtils() - 类 的构造器com.fengwenyi.javalib.convert.XmlUtils
 

_

_16_2(String) - 类 中的静态方法com.fengwenyi.javalib.convert.HexUtils
16进制转化为 2进制
_2_16(byte[]) - 类 中的静态方法com.fengwenyi.javalib.convert.HexUtils
二进制转十六进制
A B C D E F G H I J K L M N O P R S T U V W X _ 
跳过导航链接

Copyright © 2022. All Rights Reserved.