- 
                Notifications
    You must be signed in to change notification settings 
- Fork 111
Closed
Labels
info: workaround availableA workaround is available for the issueA workaround is available for the issuetype: improvementA minor improvement to an existing featureA minor improvement to an existing feature
Description
If you have a wrapping class for a Map<String, Any>, there is no model converter to correct the object. If you had a List, the swagger produced is
{
   "objects": [
      {
         "myObjects": { }
      }
   ]
   }
where myObjects is the field in MyWrappingObject with @JsonAnySetter and @get:JsonAnyGetter
vikreinok
Metadata
Metadata
Assignees
Labels
info: workaround availableA workaround is available for the issueA workaround is available for the issuetype: improvementA minor improvement to an existing featureA minor improvement to an existing feature