Json – Getting null values inside a response wrapper class when tried to deserialize in Rest Assured
I am trying to catch and validate the response of an API but when I tried to debug the same, I am getting null values inside each of the variables of the developer DTO I am trying to reuse. Below…