This would help implementing delayed item object creation in `itemloaders`: https://github.com/scrapy/itemloaders/pull/20#issuecomment-681867612 It should only accept item classes, not objects. It should implement `get_field_meta` just as `ItemAdapter`.