|
Class Summary |
| CglibDynReflect |
An implementation of "dynamic" reflection using the
cglib mechanism. |
| CglibStdReflect |
An implementation of "standard" reflection using the
cglib mechanism. |
| DynReflectImpl |
A base for implementating "dynamic" reflection that abstracts how to find methods
and constructors, and how to produce functions that invoke them. |
| JdkDynReflect |
An implementation of "dynamic" reflection using the JDK mechanism. |
| JdkStdReflect |
An implementation of "standard" reflection using the JDK mechanism. |
| StdReflectImpl |
A base for implementating "standard" reflection that abstracts how to find methods
and constructors, and how to produce functions that invoke them. |