uk.org.ponder.reflect |
|
Java Source File Name | Type | Comment |
BeanCloner.java | Class | |
ClassGetter.java | Class | |
DeepBeanCloner.java | Class | A moderately capable deep cloner of beans. |
FieldComparator.java | Class | Returns a comparator capable of comparing any objects with {valid
SAXalizer mappings for a get accessor method with a given name} by
a member mapped by the accessor. |
FieldHash.java | Class | Automates the process of reflecting a value type full of Strings to and from
a Map of Strings. |
JDKReflectiveCache.java | Class | |
MappingKit.java | Class | An "all-in-one" collection of the central PonderUtil reflective/mapping
helper objects. |
MethodInvokingProxy.java | Interface | When encountered in a bean model at path where a method invocation is being
attempted via EL, will accept the invocation via this method call rather than
having it applied reflectively. |
ReflectiveCache.java | Class | A cache for simple no-arg methods and constructors, of the sort that are
typically used in bean environments, that are not suitable to be considered
as "bean properties" and hence handled by a SAXAccessMethod. |
ReflectUtils.java | Class | |