Consider caching higher-level things, if you see reflection in your snapshots.
@Deprecated
public class ReflectionCache
extends java.lang.Object
| Constructor and Description |
|---|
ReflectionCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAssignable(java.lang.Class ancestor,
java.lang.Class descendant)
Deprecated.
doesn't cache
|
static boolean |
isInstance(java.lang.Object instance,
java.lang.Class clazz)
Deprecated.
doesn't cache
|