跳过导航链接
A C D E F G I L M N P R S T W Y 

A

addFormat(FormatSupplier) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
添加处理格式
allGreaterOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
allGreaterZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
allLessOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于等于0
allLessZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于0
anyGreaterOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
anyGreaterZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
anyLessOrEqualZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于等于0
anyLessZero(Number...) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于0
ApplicationException - net.guerlab.commons.exception中的异常错误
应用基础异常
ApplicationException() - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(int) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String, Throwable, boolean, boolean, int) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String, Throwable) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String, Throwable, int) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(String, int) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(Throwable) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
ApplicationException(Throwable, int) - 异常错误 的构造器net.guerlab.commons.exception.ApplicationException
构造一个应用基础异常
AuthCodeHelper - net.guerlab.commons.encrypt中的类
混淆加密工具类

C

CHAR_LIST - 类 中的静态变量net.guerlab.commons.random.RandomUtil
默认随机字符集合
CollectionUtil - net.guerlab.commons.collection中的类
集合工具类

D

DateDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
日期反序列化处理
DateDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.DateDeserializer
 
DateSerializer - net.guerlab.commons.time.jackson.serializer中的类
日期序列化处理
DateSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.DateSerializer
 
decode(String, String) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
解密
decode(String, String, int) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
解密
DEFAULT_KEY_LENGTH - 类 中的静态变量net.guerlab.commons.encrypt.AuthCodeHelper
默认随机秘钥长度
DEFAULT_MSG - 异常错误 中的静态变量net.guerlab.commons.exception.ApplicationException
默认错误信息
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.LocalTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.MonthDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法net.guerlab.commons.time.jackson.deserializer.YearDeserializer
 

E

encode(String, String, long) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
加密
encode(String, String, long, int) - 类 中的静态方法net.guerlab.commons.encrypt.AuthCodeHelper
加密
encode(byte[], String) - 类 中的静态方法net.guerlab.commons.encrypt.Rc4Helper
使用默认编码进行编码
encode(byte[], String, String) - 类 中的静态方法net.guerlab.commons.encrypt.Rc4Helper
使用指定编码进行编码

F

FieldUtil - net.guerlab.commons.reflection中的类
类字段工具
filters(Iterable<T>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
过滤元素,为null的值将默认过滤
filters(Stream<T>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
对一个数据流进行过滤
forEach(Iterable<T>, Consumer<? super T>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合遍历执行某方法
format(TemporalAccessor, DateTimeFormatter) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化
format(TemporalAccessor, String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化
format(TemporalAccessor) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成全时间格式
format(Date, DateTimeFormatter) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化
format(Date, String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化
format(Date) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成全时间格式
formatDate(Date) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成只包含日期格式
formatDate(TemporalAccessor) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
日期类型对象格式化成只包含日期格式
FormatSupplier - net.guerlab.commons.time中的接口
时间格式类型接口

G

get(Object, Field) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
读取属性值
get(Object, String) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
读取属性值
get() - 类 中的方法net.guerlab.commons.time.formater.IsoDate
 
get() - 类 中的方法net.guerlab.commons.time.formater.IsoDateTime
 
get() - 类 中的方法net.guerlab.commons.time.formater.IsoLocalTime
 
get() - 类 中的方法net.guerlab.commons.time.formater.StandardDate
 
getErrorCode() - 异常错误 中的方法net.guerlab.commons.exception.ApplicationException
返回错误码
getField(Class<?>, String) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
根据类对象获取字段列表
getFields(Class<?>) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
根据类对象获取字段列表
getFieldsWithFilter(Class<?>, Collection<Predicate<Field>>) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
获取过滤后的字段列表
getFieldsWithFilter(Class<?>, Predicate<Field>...) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
获取过滤后的字段列表
getZoneOffset(ZoneId) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
根据ZoneId获取ZoneOffset
greaterOrEqualZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于等于0
greaterZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否大于0
group(Iterable<E>, Function<E, K>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
将集合进行分组

I

INSTANCE - 类 中的静态变量net.guerlab.commons.time.formater.IsoDate
 
INSTANCE - 类 中的静态变量net.guerlab.commons.time.formater.StandardDate
 
isBlank(Collection<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
判断是否为空集合,将排除null元素
isEmpty(Collection<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
是否为空集合
isEmpty(Iterable<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
iterable是否为空
isEmpty(Iterator<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
iterator是否为空
isEmpty(Map<?, ?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
map是否为空
isEmpty(Enumeration<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
Enumeration是否为空
isEquals(T, T) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否相等
isNotBlank(Collection<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
判断是否为非空集合,将排除null元素
isNotEmpty(Collection<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
是否为非空集合
isNotEmpty(Iterable<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
iterable是否为非空
isNotEmpty(Iterator<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
iterator是否为非空
isNotEmpty(Map<?, ?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
map是否为非空
isNotEmpty(Enumeration<?>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
Enumeration是否为非空
isNumberClass(Class<?>) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
判断某个类型是否为数值类
IsoDate - net.guerlab.commons.time.formater中的类
iso日期格式
IsoDate() - 类 的构造器net.guerlab.commons.time.formater.IsoDate
 
IsoDateTime - net.guerlab.commons.time.formater中的类
iso日期时间格式
IsoDateTime() - 类 的构造器net.guerlab.commons.time.formater.IsoDateTime
 
IsoLocalTime - net.guerlab.commons.time.formater中的类
iso时间格式
IsoLocalTime() - 类 的构造器net.guerlab.commons.time.formater.IsoLocalTime
 

L

lessOrEqualZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于等于0
lessZero(Number) - 类 中的静态方法net.guerlab.commons.number.NumberHelper
判断是否小于0
LocalDateDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
日期反序列化处理
LocalDateDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalDateDeserializer
 
LocalDateSerializer - net.guerlab.commons.time.jackson.serializer中的类
日期序列化处理
LocalDateSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalDateSerializer
 
LocalDateTimeDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
日期时间反序列化处理
LocalDateTimeDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalDateTimeDeserializer
 
LocalDateTimeSerializer - net.guerlab.commons.time.jackson.serializer中的类
日期时间序列化处理
LocalDateTimeSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalDateTimeSerializer
 
LocalTimeDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
时间反序列化处理
LocalTimeDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.LocalTimeDeserializer
 
LocalTimeSerializer - net.guerlab.commons.time.jackson.serializer中的类
时间序列化处理
LocalTimeSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.LocalTimeSerializer
 

M

MonthDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
月份反序列化处理
MonthDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.MonthDeserializer
 
MonthSerializer - net.guerlab.commons.time.jackson.serializer中的类
月份序列化处理
MonthSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.MonthSerializer
 

N

net.guerlab.commons.collection - 程序包 net.guerlab.commons.collection
 
net.guerlab.commons.encrypt - 程序包 net.guerlab.commons.encrypt
 
net.guerlab.commons.exception - 程序包 net.guerlab.commons.exception
 
net.guerlab.commons.number - 程序包 net.guerlab.commons.number
 
net.guerlab.commons.random - 程序包 net.guerlab.commons.random
 
net.guerlab.commons.reflection - 程序包 net.guerlab.commons.reflection
 
net.guerlab.commons.time - 程序包 net.guerlab.commons.time
 
net.guerlab.commons.time.formater - 程序包 net.guerlab.commons.time.formater
 
net.guerlab.commons.time.jackson.deserializer - 程序包 net.guerlab.commons.time.jackson.deserializer
 
net.guerlab.commons.time.jackson.serializer - 程序包 net.guerlab.commons.time.jackson.serializer
 
nextBigDecimal() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机高精度浮点数
nextBigInteger() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机高精度整数
nextBoolean() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机布尔值
nextDouble() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机双精度浮点数
nextDouble(double) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
返回一个介于0.0和bound之间的双精度浮点数
nextDouble(double, double) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
返回一个介于origin和bound之间的双精度浮点数
nextFloat() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取随机单精度浮点数
nextInt() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机整型
nextInt(int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个不大于n的随机整型
nextInt(int, int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
返回一个介于origin和bound之间的整型
nextLong() - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机长整型
nextLong(long) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
获取一个随机长整型
nextLong(long, long) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
返回一个介于origin和bound之间的长整型
nextString(int) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
随机字符串,取值范围(a-zA-Z0-9)
nextString(int, char[]) - 类 中的静态方法net.guerlab.commons.random.RandomUtil
自定义取值范围的随机字符串
NumberHelper - net.guerlab.commons.number中的类
数值助手

P

parse(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过时间字符串解析生成日期对象
parse(String, TemporalQuery<R>) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过时间字符串解析生成日期对象
parseInstant(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过字符串解析高精度时间戳
parseLocalDate(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过字符串解析生成LocalDate对象
parseLocalDateTime(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过字符串解析生成LocalDateTime对象
parseLocalTime(String) - 类 中的静态方法net.guerlab.commons.time.TimeHelper
通过字符串解析生成LocalTime对象
put(Object, Field, Object) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
设置属性
put(Object, String, Object) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
设置属性

R

RandomUtil - net.guerlab.commons.random中的类
随机类
Rc4Helper - net.guerlab.commons.encrypt中的类
RC4算法助手
read(Object, String) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
读取属性值
read(Object, Field) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
读取属性值

S

serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.DateSerializer
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalDateTimeSerializer
 
serialize(LocalTime, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.LocalTimeSerializer
 
serialize(Month, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.MonthSerializer
 
serialize(Year, JsonGenerator, SerializerProvider) - 类 中的方法net.guerlab.commons.time.jackson.serializer.YearSerializer
 
StandardDate - net.guerlab.commons.time.formater中的类
标准日期格式 "yyyy-MM-dd HH:mm:ss.
StandardDate() - 类 的构造器net.guerlab.commons.time.formater.StandardDate
 

T

TimeHelper - net.guerlab.commons.time中的类
时间助手类
toCollection(Iterable<I>, Function<I, O>, Supplier<C>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换
toCollection(Iterable<I>, Function<I, O>, boolean, Supplier<C>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换
toDistinctList(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为list集合,并去重
不转换的内容可在映射关系中返回null来过滤该值
toDistinctList(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为list集合,并去重
不转换的内容可在映射关系中返回null来过滤该值
toList(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为list集合
不转换的内容可在映射关系中返回null来过滤该值
toList(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为list集合
不转换的内容可在映射关系中返回null来过滤该值
toMap(Collection<T>, Function<T, K>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toMap(Collection<T>, Function<T, K>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toMap(Collection<T>, Function<T, K>, Function<T, U>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toMap(Collection<T>, Function<T, K>, Function<T, U>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toMap(Iterable<T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toMap(Iterable<T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转换为Map结构
toSet(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为set集合
不转换的内容可在映射关系中返回null来过滤该值
toSet(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
集合转变为set集合
不转换的内容可在映射关系中返回null来过滤该值

W

write(Object, String, Object) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
设置属性
write(Object, Field, Object) - 类 中的静态方法net.guerlab.commons.reflection.FieldUtil
设置属性

Y

YearDeserializer - net.guerlab.commons.time.jackson.deserializer中的类
年份反序列化处理
YearDeserializer() - 类 的构造器net.guerlab.commons.time.jackson.deserializer.YearDeserializer
 
YearSerializer - net.guerlab.commons.time.jackson.serializer中的类
年份序列化处理
YearSerializer() - 类 的构造器net.guerlab.commons.time.jackson.serializer.YearSerializer
 
A C D E F G I L M N P R S T W Y 
跳过导航链接

Copyright © 2021 guerlab. All rights reserved.