Reader
Magento\ImportExport\Model\Import\Config\Reader
What it does
This class reads and parses import.xml configuration files from Magento 2 modules to load import entity definitions.
It extends the framework's filesystem config reader to specifically handle import/export entity configurations, defining which entities can be imported and their related settings.
Developers would use this when creating custom import entities or understanding how Magento loads import configurations.