Skip to content

Show link with a Generic class #69

Description

@jboz

I have a rest controller :

class MyController {
  myMethod(Principal, RequestDto) : ResponseEntity<ResponseDto>
 }

I would like to see the link between MyController and ResponseDto.

It's ok with classes List, Collection, ... but not with Response class.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions