| Interface | Description | |
|---|---|---|
| IClassScanner | Describes an object that examines one or more classes and performs custom logic accordingly. |
| Class | Description | |
|---|---|---|
| AbstractClassScanner |
Abstract base class for IClassScanner implementations. |
|
| ClassScannerObjectFactoryPostProcessor | Factory post processor that creates a lookup of metadata names and class names. | |
| ComponentClassScanner |
The ObjectDefinitionScanner scans all classes in the application that have been annotated with
[Component] metadata and builds object definitions from these classes. |