1 min readApr 14, 2019
Great post. One issue I faced while using this, the _resolve_handler
only works for those handlers which have been resolved earlier. Since we mention handlers in JSON format, the order of processing handlers may vary that what we have added. This results in _resolve_handler
returning ConvertingMixin
instead of the actual handler object.