ResponseEntity<Something> и ничего с этим не сделать? кидает ошибку
DecodeException: Type definition error: [simple type, class org.springframework.http.ResponseEntity]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.springframework.http.ResponseEntity` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
возможно причина в том, что у класса данных нет конструктора без параметров
нет дело точно не в этом
Обсуждают сегодня