| Class |
Description |
|
ArrayCachedClass
|
Provides optimized reflection caching for Java arrays.
|
|
BigDecimalCachedClass
|
Provides optimized reflection caching for BigDecimal.
|
|
BigIntegerCachedClass
|
Provides optimized reflection caching for BigInteger.
|
|
BooleanCachedClass
|
Provides optimized reflection caching for boolean and Boolean.
|
|
ByteCachedClass
|
Provides optimized reflection caching for byte and Byte.
|
|
CachedClosureClass
|
Provides optimized reflection caching for Groovy Closure classes.
|
|
CachedSAMClass
|
Provides optimized reflection caching for Single Abstract Method (SAM) types.
|
|
CharacterCachedClass
|
Provides optimized reflection caching for char and Character.
|
|
DoubleCachedClass
|
Provides optimized reflection caching for double and Double.
|
|
FloatCachedClass
|
Provides optimized reflection caching for float and Float.
|
|
IntegerCachedClass
|
Provides optimized reflection caching for int and Integer.
|
|
LongCachedClass
|
Provides optimized reflection caching for long and Long.
|
|
NumberCachedClass
|
Base class for optimized reflection caching of numeric types.
|
|
ObjectCachedClass
|
Provides optimized reflection caching for Object.
|
|
ShortCachedClass
|
Provides optimized reflection caching for short and Short.
|
|
StringCachedClass
|
Provides optimized reflection caching for String.
|