Model
AbstractData
Magento\Customer\Model\Attribute\Data\AbstractData
What it does
This abstract class serves as a base for customer-specific attribute data models in Magento 2.
Developers would extend this class when creating custom attribute data handlers for customer entities, providing a standardized foundation that inherits EAV attribute data functionality while being specifically scoped for the Customer module.