| DependencyInjection |
| Extractor |
| Util |
| PropertyAccessExtractorInterface | Guesses if the property can be accessed or mutated. |
| PropertyDescriptionExtractorInterface | Guesses the property's human readable description. |
| PropertyInfoExtractorInterface | Gets info about PHP class properties. |
| PropertyInitializableExtractorInterface | Guesses if the property can be initialized through the constructor. |
| PropertyListExtractorInterface | Extracts the list of properties available for the given class. |
| PropertyReadInfoExtractorInterface | Extract read information for the property of a class. |
| PropertyTypeExtractorInterface | Type Extractor Interface. |
| PropertyWriteInfoExtractorInterface | Extract write information for the property of a class. |
| PropertyInfoCacheExtractor | Adds a PSR-6 cache layer on top of an extractor. |
| PropertyInfoExtractor | Default {@see PropertyInfoExtractorInterface} implementation. |
| Type | Type value object (immutable). |