public class AccessibleObjectCache
extends java.lang.Object
Utility class to maintain runtime caches of Field, Method and Constructor for
use by HGAtomType
implementations.
Constructor and Description |
---|
AccessibleObjectCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Field |
getField(java.lang.Class<?> clazz,
java.lang.String fieldName) |