Thank you for this. I have been struggling with ObjectMapper for a few days now for a class assignment and your explanation perfectly explained the process and allowed me to see where I was making the mistakes.
@codippa Жыл бұрын
Glad to know!
@brianwkinyua10 күн бұрын
awesome. thanks
@svetlanamazhaykina69186 ай бұрын
Thanks for your work! Well done!
@codippa6 ай бұрын
Many thanks!
@KrishnaKumar-jj6uo Жыл бұрын
Very well explained.
@codippa Жыл бұрын
Thank you !
@anilprajapati9511 Жыл бұрын
thanks bro, very well explained
@Admin_REX6 ай бұрын
Best video 👌
@codippa6 ай бұрын
Thanks
@HanaHazan Жыл бұрын
why all those options dont apear for me?? i cantfigure out connecting my jackson library!! can you help me pls dear man?
@codippa Жыл бұрын
Answer these: which build tool are you using? Have you added jackson dependency?
@HanaHazan Жыл бұрын
@codippa First of all, many thanks ! Second , I tried the way you did with adding Jackson library but the automatic builder didn't appear(didn't recognize it) so there are many errors.. Can you create a full video for the process please?
@chrisnagel671411 ай бұрын
excellent video
@codippa11 ай бұрын
Thank you !
@contrasena5243 Жыл бұрын
Very useful, thanks
@shutter_buggies11 ай бұрын
awesome
@rakeshpal8730 Жыл бұрын
Thanks a lot for this detailed explaination. Really helpful. Just a request is it possible to show an example in which we are reading json directly from a third party API and converting it to object.
@codippa Жыл бұрын
If you are using spring boot, then use RestTemplate class and its getForObject method. There is also a video on this in the channel. If not, then let me know the third party API, will provide an example.