Closed
Description
related to openapi-processor/openapi-processor-spring#328
apart from falling back to an Object
result type it should be possible to add a marker interface (like on-of) to the result that can be used instead of Object
. A ModelDataType
would need to handle multiple interface in case it is used by different endpoints.