reagento / adaptix

An extremely flexible and configurable data model conversion library.
https://adaptix.readthedocs.io
Apache License 2.0
365 stars 23 forks source link

Add Inheritance polymormic loader #187

Open zhPavel opened 2 years ago

zhPavel commented 2 years ago

Add a new provider that can extract all children of the base class (maybe add a decorator that can track inheritance) and return parser for union of this types. Integrate this feature with #186

zhPavel commented 2 years ago

There is no need for the decorator, all descendants could be collected via .__subclasses__()