How To Deserialize JSON To Kotlin Data Classes Using Spring Boot And Jackson

preview_player
Показать описание
Hey there! In this tutorial, I'll demo how to use Spring Boot and Jackson to deserialize JSON into Kotlin classes. This is handy when consuming third-party APIs using RestTemplate or WebClient. I'll also cover custom deserializers and how you can let Spring Boot manage them using the JsonComponent annotation.

🍃 Grab the code

🙌 Get in Touch

🍿 Subscribe if you want to see more Spring Boot + Kotlin tutorials!
Рекомендации по теме
Комментарии
Автор

Thank you for this video, one more thing i missed here is how to converting ENUM here like BUY/SELL. You can add this case to illuminate in one of your next awesome kotlin tutorials. Danke

Denys.Stoianov
Автор

Amazing! Thanks for sharing it. Congratulations, very nice content!!

Alberto_Cavalcante
Автор

Thanks Alex, great content! Keep them coming :)

christophbaudson
Автор

Great tutorial. Your tutorials are always concise, clear and focused.

zhuxiaoyueric