| Class | Description |
|---|---|
| ClassMap |
A cache of introspection information for a specific class instance.
|
| ClassMap.CacheMiss | |
| ClassMap.MethodInfo |
Used for the iterative discovery process for public methods.
|
| MethodMap | |
| ReflectionValueExtractor |
Using simple dotted expressions to extract the values from an Object instance,
For example we might want to extract a value like:
project.build.sourceDirectory |
| ReflectionValueExtractor.Tokenizer |
| Exception | Description |
|---|---|
| IntrospectionException | |
| MethodMap.AmbiguousException |
simple distinguishable exception, used when
we run across ambiguous overloading
|