Interface | Description |
---|---|
ReflectionUtils.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
ReflectionUtils.FieldFilter |
Callback optionally used to filter fields to be operated on by a field callback.
|
ReflectionUtils.MethodCallback |
Action to take on each method.
|
ReflectionUtils.MethodFilter |
Callback optionally used to filter methods to be operated on by a method callback.
|
ToStringBuilder.StructureBuilder |
可用来创建一个结构的builder,例如:map,collection等。
|
Class | Description |
---|---|
AnnotationAttributes | |
AnnotationUtils |
General utility methods for working with annotations, handling bridge methods (which the compiler
generates for generic declarations) as well as super methods (for optional "annotation inheritance").
|
ArrayUtil |
有关数组处理的工具类。
|
Assert |
断言工具,用来实现Fail-Fast。
|
BasicConstant |
基本常量。
|
BridgeMethodResolver |
Helper for resolving synthetic
bridge Methods to the
Method being bridged. |
ClassFiledUtil | |
ClassLoaderUtil |
查找并装入类和资源的辅助类。
|
ClassPathUtil |
获取程序类根路径
|
ClassUtil |
有关
Class 处理的工具类。 |
ClassUtils | |
CollectionFactory |
Factory for collections, being aware of Java 5 and Java 6 collections.
|
CollectionUtil |
方便创建容器对象的工具。
|
Entities |
代表HTML和XML的实体定义。
|
Enumerator | |
EqualsUtil |
功能说明: 对象比较工具方法
开发人员: renhui
开发时间: 2014-2-24 |
ExceptionUtil |
处理异常的工具类。
|
FileUtil |
操作文件的工具类
|
FileUtil.FileNameAndExtension | |
GenericTypeResolver |
Helper class for resolving generic types against type variables.
|
HashCodeUtil |
功能说明: hashcode的工具方法 开发人员: renhui
开发时间: 2014-2-24 |
HumanReadableSize |
以易读的方式来解析和显示字节数。
|
IndentableStringBuilder |
支持分级缩进的string builder。
|
MatchResultSubstitution |
用
MatchResult 来替换字符串中的变量。通常变量以'$' 开始,例如:
$1 ,$2 等,但MatchResultSubstitution 类支持对多个
MatchResult 变量进行替换,分别对应不同的前缀。 |
MethodParameter |
Helper class that encapsulates the specification of a method parameter, i.e.
|
Native2AsciiUtils | |
ObjectUtil |
有关
Object 处理的工具类。 |
PathNameWildcardCompiler |
这个类将一个包含通配符的文件路径, 编译成正则表达式.
|
ReflectionUtils |
Simple utility class for working with the reflection API and handling
reflection exceptions.
|
Resources |
A class to simplify access to resources through the classloader.
|
StringEscapeUtil |
字符串转义工具类,能将字符串转换成适应 Java、Java Script、HTML、XML、和SQL语句的形式。
|
StringUtil |
有关字符串处理的工具类。
|
Substitution |
代表一个替换。替换字符串中的变量。通常变量以
'$' 开始,例如: $1 ,$2
等,但Substitution 类可支持对多种不同前缀的变量进行替换。 |
SystemUtil |
取得有关系统信息的工具类。
|
SystemUtil.HostInfo |
代表当前主机的信息。
|
SystemUtil.JavaInfo |
代表Java Implementation的信息。
|
SystemUtil.JavaRuntimeInfo |
代表当前运行的JRE的信息。
|
SystemUtil.JavaSpecInfo |
代表Java Specification的信息。
|
SystemUtil.JvmInfo |
代表Java Virtual Machine Implementation的信息。
|
SystemUtil.JvmSpecInfo |
代表Java Virutal Machine Specification的信息。
|
SystemUtil.OsInfo |
代表当前OS的信息。
|
SystemUtil.UserInfo |
代表当前用户的信息。
|
ToStringBuilder |
方便实现
toString() 方法。 |
ToStringBuilder.CollectionBuilder |
创建值的列表。
|
ToStringBuilder.MapBuilder |
创建一系列key/value值对。
|
UUID |
生成唯一ID。
|
ValueUtil | |
VariableUtil |
Enum | Description |
---|---|
Assert.ExceptionType |
Assertion错误类型。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.