8000 Add support for generics · Issue #2015 · springfox/springfox · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for generics #2015
Closed
Closed
@raderio

Description

@raderio
public void todo(@Valid @RequestBody dto: Dto<Obj>) {
}
public void todo2(@Valid @RequestBody dto: Dto<Obj2>) {
}

In Swagger model I see only

Dto«string» {
}

And for both actions is shown same model/object, but I have 2 model/object Dto<Obj> and Dto<Obj2>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0