org.sape.carbon.core.util.reflection |
The utility reflection package contains general utilities that are utilized to
accomplish reflective tasks. These classes are just helpers to make reflection
and dynamic proxy code simpler.
|
Java Source File Name | Type | Comment |
BeanUtil.java | Class | This class implements the ability to get and set properties on a
bean. |
ClassFinder.java | Class | |
ClassTree.java | Class | This class creates a tree structure that maps inheritance hierarchies of
classes. |
ClassUtil.java | Class | |
GenericProxy.java | Class | This generic implementation of a DynamicProxy
invocation handler will provide the basics of object method handling
for the methods hashCode, equals and toString. |
PropertyNotFoundException.java | Class |
This is exception is used to declare the property expected
to be in a class could not be found using reflective techniques. |
ReflectionRuntimeException.java | Class | |