Jackson ObjectMapper from scratch | Convert json string to java object | Convert java object to json

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 25

  • @markknight5178
    @markknight5178 ปีที่แล้ว +2

    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
      @codippa  ปีที่แล้ว

      Glad to know!

  • @brianwkinyua
    @brianwkinyua หลายเดือนก่อน

    awesome. thanks

  • @chrisnagel6714
    @chrisnagel6714 ปีที่แล้ว

    excellent video

    • @codippa
      @codippa  ปีที่แล้ว

      Thank you !

  • @svetlanamazhaykina6918
    @svetlanamazhaykina6918 7 หลายเดือนก่อน

    Thanks for your work! Well done!

    • @codippa
      @codippa  7 หลายเดือนก่อน

      Many thanks!

  • @KrishnaKumar-jj6uo
    @KrishnaKumar-jj6uo ปีที่แล้ว

    Very well explained.

    • @codippa
      @codippa  ปีที่แล้ว

      Thank you !

  • @Admin_REX
    @Admin_REX 8 หลายเดือนก่อน +1

    Best video 👌

    • @codippa
      @codippa  8 หลายเดือนก่อน +1

      Thanks

  • @anilprajapati9511
    @anilprajapati9511 ปีที่แล้ว

    thanks bro, very well explained

  • @kshitijkaithal
    @kshitijkaithal 5 หลายเดือนก่อน

    Best Video

    • @codippa
      @codippa  5 หลายเดือนก่อน

      Thank you so much !

  • @shutter_buggies
    @shutter_buggies ปีที่แล้ว

    awesome

  • @contrasena5243
    @contrasena5243 ปีที่แล้ว

    Very useful, thanks

  • @naruto_uzumakhi5716
    @naruto_uzumakhi5716 ปีที่แล้ว

    Thanks saves lots of time

  • @rakeshpal8730
    @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
      @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.

  • @LuisBurgosvilca
    @LuisBurgosvilca 8 หลายเดือนก่อน

    muchas gracias por la explicación

    • @codippa
      @codippa  8 หลายเดือนก่อน

      Encantado de que fuera útil

  • @gasparcalix2095
    @gasparcalix2095 ปีที่แล้ว

    grate

  • @HanaHazan
    @HanaHazan ปีที่แล้ว

    why all those options dont apear for me?? i cantfigure out connecting my jackson library!!
    can you help me pls dear man?

    • @codippa
      @codippa  ปีที่แล้ว

      Answer these:
      which build tool are you using?
      Have you added jackson dependency?

    • @HanaHazan
      @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?