ниже прилетает то, что еще ниже?
val response: ResponseEntity<List<SearchResponseDto>>? = restTemplate.getForEntity(url.toUriString(), typeRef<List<SearchResponseDto>>())
"Could not write JSON: object is not an instance of declaring class; nested exception is com.fasterxml.jackson.databind.JsonMappingException: object is not an instance of declaring class (through reference chain: java.util.ArrayList[0]->java.util.LinkedHashMap[\"tags\"])"
Перерыл все интернеты, регистрировал kotlinModule() в objectMapper, делал как выше с ParameterizedTypeReference, ничего не помогает
Обсуждают сегодня