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.
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.