You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Spring Boot 3.1.14
Java 17
Gradle
Windows OS
I wrote API using ComletableFuture. while fetching data from Controller, we get back as response the following json in a single response { "id": "993b47c0-7322-4a8d-ae79-73db7def776d", "result": { "object": [ { "type": "BANNER", "data": [ { "id": 2, "title" } ] } ] } }{ "code": -999999, "message": "Type definition error: [simple type, class uz.company.dtos.clients.banner.BannerTitle]", "data": null }