| Interface | Description |
|---|---|
| Instantiator |
An object that can create new instances of a given type, which may be decorated in some fashion.
|
| PropertyAccessor<T,F> |
| Class | Description |
|---|---|
| DirectInstantiator | |
| DirectInstantiator.ConstructorCache | |
| JavaMethod<T,R> | |
| JavaReflectionUtil | |
| JavaReflectionUtil.CachedConstructor | |
| ReflectionCache<T extends ReflectionCache.CachedInvokable<?>> |
A generic purpose, thread-safe cache which is aimed at storing information
about a class.
|
| ReflectionCache.CachedInvokable<T> |
| Exception | Description |
|---|---|
| NoSuchMethodException |
Thrown when a requested method cannot be found.
|
| NoSuchPropertyException |
Thrown when a requested property cannot be found.
|
| ObjectInstantiationException |
Thrown when an object cannot be instantiated.
|