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.
I have a rest controller :
I would like to see the link between MyController and ResponseDto.
It's ok with classes List, Collection, ... but not with Response class.