Skip to content

Support for JsonAnySetter/AnyGetter wrapper classes #138

@StephenOTT

Description

@StephenOTT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions