Posts by Matheus • 41 points
2 posts
-
2
votes2
answers93
viewsA: No constructor without parameters has been defined for this object
I was able to solve the error inside the Retvalue I created the following: public RetornaValoresPadroesItens() { }
-
2
votes2
answers93
viewsQ: No constructor without parameters has been defined for this object
I am creating an endpoint in an api and when a method request is made the API returns the error "No constructor without parameters has been defined for this object." even though a builder has been…