所有类

说明
AbstractConverter<T>
[抽象转换器,提供通用的转换逻辑](Abstract converter, providing general conversion logic)
AbstractDateBasic
[摘要日期基本](Summary date basic)
ActualTypeMapperPool
[泛型变量和泛型实际类型映射关系缓存](Cache of mapping relationships between generic variables and generic actual types)
Alias  
AnnotationUtil
[注解工具类](Annotation tool class)
ArrayConverter  
ArrayIter<E>
[数组Iterator对象](Array iterator object)
ArrayUtil
[数组工具类](Array tool class)
AsciiStrCache
[ASCII字符对应的字符串缓存](String cache for ASCII characters)
Assertion
[判断某些对象或值是否符合规定,否则抛出异常。
AtomicBooleanConverter
[AtomicBoolean转换器](Atomicboolean converter)
AtomicIntegerArrayConverter
[AtomicIntegerArray转换器](Atomicintegerarray converter)
AtomicLongArrayConverter
[AtomicLongArray转换器](Atomiclongarray converter)
AtomicReferenceConverter
[AtomicReference转换器](Atomicreference converter)
BasicType  
BasicTypeGetter<K>
[基本类型的getter接口](Getter interface of basic type)
BeanConverter<T>
[Bean转换器](Bean converter)
BeanCopier<T>  
BeanDesc
[Bean信息描述做为BeanInfo替代方案](Bean information description as an alternative to beaninfo)
BeanDescCache
[Bean属性缓存](Bean attribute cache)
BeanException
[Bean异常](Bean exception)
BeanInfoCache
[Bean属性缓存](Bean attribute cache)
BeanPath
[Bean路径表达式](Bean path expression)
BeanUtil
[Bean工具类](Bean util)
BeanValueProvider
[Bean的值提供者](Value provider for bean)
BetweenFormatter
[时长格式化器,用于格式化输出两个日期相差的时长](Duration formatter, used to format the output of two dates of different duration)
BiMap<K,​V>
[双向Map](Bidirectional map)
BOMInputStream
[读取带BOM头的流内容](Read stream content with BOM header)
BooleanConverter
[Boolean转换器](Boolean converter)
BooleanUtil
[布尔值工具类](Boolean tool class)
ByteUtil
[对数字和字节进行转换](Converting numbers and bytes)
CacheFun<R>
[无参数的函数对象](Function object without parameters)
CalendarConverter
[日期转换器](Date Converter)
CalendarUtil
[针对Calendar 对象封装工具类](Encapsulating tool classes for calendar objects)
CamelCaseLinkedMap<K,​V>
[驼峰Key风格的LinkedHashMap](Hump key style LinkedHashMap)
CamelCaseMap<K,​V>
[驼峰Key风格的map](Hump key style map)
CaseInsensitiveMap<K,​V>
[忽略大小写的Map](Ignore uppercase and lowercase maps)
CharacterConverter
[字符转换器](Character converter)
CharSequenceUtil
[CharSequence 相关工具类封装](Encapsulation of CharSequence related tool classes)
CharsetConverter
[编码对象转换器](Encoding object converter)
CharsetUtil
[字符集工具类](Character set tools)
CharUtil
[char工具类](Char tool class)
ClassConverter
[类转换器](Class converter)
ClassLoaderUtil
[ClassLoader工具类](Classloader tool class)
ClassPathResource
[ClassPath单一资源访问类](Classpath single resource access class)
ClassUtil
[类工具类](Class tool class)
Cloneable<T>
[克隆支持接口](Clone support interface)
CloneRuntimeException
[克隆异常](Clone exception)
CloneSupport<T>
[克隆支持类,提供默认的克隆方法](Clone support class, providing the default clone method)
CollectionConverter
[各种集合类转换器](Various collection class converters)
CollectionUtil
[集合相关工具类](Collection related tool classes)
CollUtil
[集合相关工具类](Collection related tool classes)
CombinationAnnotationElement  
ComparatorException
[比较器异常](Comparator exception)
CompareUtil
[比较工具类](Comparison tools)
Constant
[统一常量](Uniform constant)
Consumer<T>
[针对一个参数做相应的操作](Perform corresponding operations for a parameter)
Convert
[类型转换器](Type converter)
Converter<T>
[转换器接口,实现类型转换](Converter interface to realize type conversion)
ConverterRegistry
[类型转换器登记中心](Type converter registry)
ConvertException
[转换异常](Conversion exception)
CopiedIter<E>
[复制Iterator](Copy iterator)
Copier<T>
[拷贝接口](Copy interface)
CopyOptions
[属性拷贝选项](Attribute copy options)
CurrencyConverter
[货币Currency转换器](Currency converter)
CustomKeyMap<K,​V>
[自定义键的Map](Custom key map)
DataSize
[数据大小](data size)
DataSizeUtil
[数据大小工具类](Data size utility class)
DataUnit
[数据单位封装](Data unit encapsulation)
DateBasic
[日期基本信息获取接口](Date basic information acquisition interface)
DateBetween
[日期间隔](Date interval)
DateConverter
[日期转换器](Date Converter)
DateException
[日期异常](Date exception)
DateField
[日期各个部分的枚举](Enumeration of parts of the date)
DateModifier
[日期修改器](Date modifier)
DateModifier.ModifyType
[修改类型](Modification type)
DateParser
[日期解析接口](Date resolution interface)
DatePattern
[日期格式化类,提供常用的日期格式化对象](The date format class provides common date format objects)
DatePrinter
[日期格式化输出接口](Date format output interface)
DateRange
[日期范围](Date range)
DateTime
[包装类](Packaging)
DateUnit
[日期时间单位,每个单位都是以毫秒为基数](Date time units, each in milliseconds)
DateUtil
[时间工具类](Time tools)
DefaultSegment<T extends Number>
[片段默认实现](Fragment default implementation)
DesensitizedUtil
[脱敏工具类](Desensitization tools)
DesensitizedUtil.DesensitizedType
[脱敏类型枚举](Desensitization type enumeration)
DurationConverter
[Duration对象转换器](Duration Object Converter)
DynaBean  
DynaBeanValueProvider
[Bean的值提供者](Value provider for bean)
Editor<T>
[编辑器接口,常用于对于集合中的元素做统一编辑](Editor interface, commonly used for unified editing of elements in a collection)
EnumConverter
[无泛型检查的枚举转换器](Enumeration converter without generic check)
EnumerationIter<E>
[Enumeration 对象转 Iterator 对象](Enumeration object to iterator object)
EnumItem<E extends EnumItem<E>>  
EnumUtil
[枚举工具类](Enumerating tool classes)
EscapeUtil
[转义工具类](Escape tool class)
Eval  
ExceptionUtil
[异常工具类](Exception tool class)
FastByteArrayOutputStream
[基于快速缓冲FastByteBuffer的OutputStream](OutputStream based on fastbytebuffer)
FastByteBuffer
[快速缓冲](Fast buffer)
FastDateFormat
[FastDateFormat 是一个线程安全的 java.text.SimpleDateFormat 实现](FastDateFormat is a thread safe implementation of Java.Text.SimpleDateFormat)
FastDateParser  
FastDatePrinter
[java.text.SimpleDateFormat 的线程安全版本,用于将 Date 格式化输出](java.text.SimpleDateFormat The thread safe version of, used to format the date output)
FileResource
[文件资源访问对象](File resource access object)
FileTypeUtil
[文件类型工具类](file type util)
FileUtil
[文件工具类](File tools)
FileWrapper
[文件包装器](File wrapper)
FileWriter  
Filter<T>
[是否检查该对象的监听器](Do you want to check the listener for this object)
Filter<T>
[过滤器接口](Filter interface)
FormatCache<F extends Format>
[日期格式化器缓存](Date formatter cache)
Func1<P,​R>
[只有一个参数的函数对象](Function object with only one argument)
GroupTimeInterval
[分组计时器](Group timer)
Hash32<T>
[Hash计算接口](Hash computing interface)
HashUtil
[hash算法大全](Hash algorithm)
HexUtil
[16进制工具](Hex tool)
Holder<T>
[为不可变的对象引用提供一个可变的包装,在java中支持引用传递。]
IdUtil
[产生的随机ID工具类](Generated random ID tool class)
IoRuntimeException
[进行IO的异常处理操作](Perform IO exception handling operations)
IORuntimeException
[IO运行时异常,常用于对IOException的包装](IO runtime exception, which is often used to wrap IOException)
IoUtil
[Io流封装的工具类NIO](Tool class NiO encapsulated by IO stream)
IteratorEnumeration<E>
[Iterator 对象转 Enumeration](Iterator object to Enumeration)
IterUtil
[Iterable 和 Iterator 相关工具类](Iteratable and iterator related tool classes)
JarClassLoader
[外部Jar的类加载器](Class loader for external jar)
KVConsumer<K,​V>
[针对两个参数做相应的操作,例如Map中的KEY和VALUE](Perform corresponding operations on two parameters, such as key and value in map)
Level  
LineHandler
[行处理器](Line processor)
LineIter
[将Reader包装为一个按照行读取的Iterator](将Reader包装为一个按照行读取的Iterator)
LineSeparator
[换行符枚举](Linefeed enumeration)
ListUtil
[List工具类](List tool class)
LocalDateTimeUtil
[LocalDateTime 工具类封装](Encapsulation of LocalDateTime tool class)
LocaleConverter
[Locale对象转换器](Locale Object Converter)
MapBuilder<K,​V>
[Map创建类](Map create class)
MapConverter
[Map 转换器](Map converter)
MapProxy
[Map代理](Map proxy)
MapUtil
[Map相关工具类](Map related tool classes)
MapValueProvider
[Map值提供者](Map value provider)
MapWrapper<K,​V>
[Map包装类](Map wrapper class)
Match<T>
[匹配的对象类型接口](Matching object type interface)
Matcher<T>
[匹配接口](Matching interface)
ModifierType
[修饰符枚举](Modifier enumeration)
ModifierUtil
[修饰符工具类](Modifier tool class)
Month
[月份枚举](Month enumeration)
Mutable<T>
[提供可变值类型接口](Provide variable value type interface)
MutableObj<T>
[可变Object](Variable object)
NioUtil
[NIO相关工具封装](NiO related tool packaging)
NoLock
[无锁实现](Lock free implementation)
NoResourceException
[资源文件或资源不存在异常](There is no exception in the resource file or resource)
NullOutputStream
[此OutputStream写出数据到null](This OutputStream writes out data to null)
NullWrapperEntity<T>
[为了解决反射过程中,需要传递null参数,但是会丢失参数类型而设立的包装类](In order to solve the problem of reflection, you need to pass null parameter, but you will lose the wrapper class set by parameter type)
NumberChineseFormatter
[数字转中文类](Digital to Chinese)
NumberConverter
[数字转换器](Digital converter)
NumberWordFormatter
[将浮点数类型的number转换成英语的表达方式](Convert floating-point number into English expression)
NumUtil  
ObjectId
[MongoDB ID生成策略实现](Implementation of mongodb ID generation strategy)
ObjectUtil
[对象工具类,包括判空、克隆、序列化等操作](Object tool class, including null, clone, serialization and other operations)
Operator
[封装每一个操作符以及其索引](Encapsulate each operator and its index)
OptBasicTypeGetter<K>
[可选默认值的基本类型的getter接口](Getter interface of basic type of optional default value)
OptionalConverter
[Optional对象转换器](Optional object converter)
OptNullBasicTypeFromObjectGetter<K>
[基本类型的getter接口抽象实现](Abstract implementation of getter interface of basic type)
OptNullBasicTypeGetter<K>
[基本类型的getter接口抽象实现](Abstract implementation of getter interface of basic type)
OriginalRegistry
[原始类型的转换器](Converter of primitive type)
PageUtil
[分页工具类](Paging tool class)
Pair<K,​V>
[键值对对象](Key value pair object)
ParameterizedTypeImpl  
PathConverter
[字符串转换器](String converter)
PatternPool
[常用正则表达式集合](Collection of common regular expressions)
PeriodConverter
[Period对象转换器](Period Object Converter)
PinyinComparator
[按照GBK拼音顺序对给定的汉字字符串排序](Sort the given Chinese character string according to GBK Pinyin order)
PrimitiveArrayUtil
[原始类型数组工具类](Primitive type array utility class)
PrimitiveConverter
[原始类型转换器](Primitive type converter)
PropDesc
[属性描述](Attribute description)
PropertyComparator<T>
[Bean属性排序器](Bean property sorter)
PropIgnore
[属性忽略注解](Attribute ignore annotation)
Quarter
[季度枚举](Quarterly enumeration)
RandomUtil
[产生随机的字符串](Generate random strings)
Range<T>
[范围生成器。
Range.Steper<T>
[步进接口,此接口用于实现如何对一个对象按照指定步进增加步进](Step interface, this interface is used to realize how to add step to an object according to the specified step)
ReferenceConverter  
ReflectUtil
[反射工具类](Reflection tools)
RegularUtil
[正则工具类](Regular tool class)
Resource
[资源接口定义](Resource interface definition)
ResourceUtil
[Resource资源工具类](Resource tool class)
Result
返回值模式
ResultUtil
[返回值工具类](return value tools)
Segment<T extends Number>
[片段表示](Fragment representation)
SerializeUtil
[序列化工具类](Serialization tool class)
ServiceLoaderUtil
[SPI机制中的服务加载工具类](Service loading tool class in SPI mechanism)
SimpleCache<K,​V>
[简单缓存,无超时实现](Simple cache, no timeout implementation)
Snowflake
[雪花ID算法](Snowflake ID algorithm)
SpliteratorUtil
[Spliterator相关工具类](Splitter related tool classes)
StackTraceElementConverter
[StackTraceElement转换器](StackTraceElement converter)
StopWatch
[秒表封装](Stopwatch package)
StopWatch.TaskInfo
存放任务名称和花费时间对象
StrBuilder
[可复用的字符串生成器,非线程安全](Reusable string generator, non thread safe)
StreamProgress
[Stream进度条]Z(Stream progress bar)
StrFormatter
[格式化字符串](format string )
StringConverter
[字符串转换器](String converter)
StrSpliter
[字符串切割工具类](String cutting tool class)
StrUtil
[字符串工具类](String tool class)
TableMap<K,​V>
[可重复键和值的Map](Map of repeatable keys and values)
TemporalAccessorConverter
[time包对象解析转换器](Time package object parsing converter)
TemporalAccessorUtil
[TemporalAccessor 工具类封装](Encapsulation of TemporalAccessor tool class)
TemporalUtil
[Temporal 工具类封装](Encapsulation of temporary tool class)
TextSimilarity
[文本相似度计算](Text similarity calculation)
TimeInterval  
TimeZoneConverter
[TimeZone转换器](Timezone converter)
TransCollection<F,​T>  
TransIter<F,​T>
[使用给定的转换函数](Use the given conversion function)
TransSpliterator<F,​T>  
Tuple
[不可变数组类型,用于多值返回](Immutable array type, used for multi value return)
TypeReference<T>
[Type类型参考](Type reference)
TypeUtil
[针对 Type 的工具类封装](Tool class encapsulation for Type)
UnicodeUtil
[提供Unicode字符串和普通字符串之间的转换](Provides conversion between Unicode strings and normal strings)
URIConverter
[URI对象转换器](Uri Object Converter)
URLConverter
[URL对象转换器](URL Object Converter)
URLDecoder
[URL解码](URL decoding)
URLEncoder
[URL编码](URL encoding)
UrlQuery  
UrlResource
[URL资源访问类](URL resource access class)
URLUtil
[URL统一资源定位符相关工具类](URL uniform resource locator related tool classes)
UtilException
[工具类异常](Tool class exception)
UUID
[重写创建UUID的生成策略](Override the build policy for creating UUIDs)
UUIDConverter
[UUID对象转换器转换器](UUID Object Converter)
ValidateObjectInputStream
[带有类验证的对象流](Object flow with class validation)
Validation
[字段验证器](Field verifier)
ValueProvider<T>
[值提供者](Value provider)
VersionComparator  
Week
[星期枚举](Week enumeration)
XmlUtil
[XML工具类](XML tool class)
XmlUtil.UniversalNamespaceCache
[全局命名空间上下文](Global namespace context)
Zodiac
[星座](constellation)