Validation for custom api
I made a custom response API and am going to send a request with requestDto.
How to validate Spring RestController generic response
I’m trying to validate the response of the Spring REST Controller method.
Response is a parameterized type JsonWrapper<MyDto>