| Interface | Description |
|---|---|
| ClassDefiner |
| Class | Description |
|---|---|
| AnnotationUtils |
Util methods for annotations (inheritable annotations, forwarded annotations,
annotations from AnnotatedElements and/or direct annotation arrays...)
|
| ASMUtils |
Utilities for ASM.
|
| BytecodeAnalyzer |
Util class that scavenges through a class' bytecode to retrieve the original
order of fields and methods, as defined in the sources (unlike what the
reflection APIs return : they don't guarantee the order).
|
| ConcurrentCache<K,V> |
Cache that creates its missing values automatically, using the value class'
default constructor (override
ConcurrentCache.newInstance(Object) to
call another constructor) |
| DefaultParameterizedType |
Default implementation of
ParameterizedType |
| JNIUtils | |
| Pair<U,V> | |
| ProcessUtils |
Util methods to : query the process id from the current process, launch
processes (including JVM processes)
|
| StringUtils | |
| Tuple | |
| Utils |
Miscellaneous utility methods.
|
Copyright © 2009-2015. All Rights Reserved.