gerardsoley
4 years agoNew Contributor
How to display a list of objects
Hi! I am doing a controller that has to receive an object. This object has a list of objects of type < ShippingAddressDTO>.
My problem is that swagger does not show the object type of the list. Even knowing the object type and introducing the fields in swagger, it arrives as null in the controller.