|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Class Summary | |
|---|---|
| ReflectionConstructorExecutor | A simple CommandExecutor implementation that runs a constructor using reflective invocation. |
| ReflectionConstructorResolver | A constructor resolver that uses reflection to locate the constructor that should be invoked |
| ReflectionMethodExecutor | |
| ReflectionMethodResolver | A method resolver that uses reflection to locate the method that should be invoked |
| ReflectionPropertyReaderExecutor | |
| ReflectionPropertyReaderExecutorForArrayLength | |
| ReflectionPropertyResolver | Simple PropertyResolver that uses reflection to access properties for reading and writing. |
| ReflectionPropertyWriterExecutor | |
| ReflectionUtils | Utility methods used by the reflection resolver code to discover the correct methods/constructors and fields that should be used in expressions. |
| ReflectionUtils.DiscoveredConstructor | When a match is found searching for a particular constructor, this object captures the constructor object and details of which arguments require conversion for the call to be allowed. |
| ReflectionUtils.DiscoveredMethod | When a match is found searching for a particular method, this object captures the method object and details of which arguments require conversion for the call to be allowed. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||