how to convert Azure Document records item to application object in java

Viewed 12

I am trying to convert the CosmosDB records (Azure Document) into my Spring POJO class.

How we can convert the Azure DocumentDB document into JSON or JAVA POJO class. I have tried with GSON and JsonDeserializer but its not working for me.

0 Answers
Related