Error de-serializing java.time.OffsetDateTime: com.fasterxml.jackson.databind.exc.MismatchedInputException

前端 未结 0 1628
孤独总比滥情好
孤独总比滥情好 2021-02-05 08:02

I am trying to de-deserialize a json string to a class object using Jackson objectmapper and get this error at -

objectMapper.readValue(jsonStr, someclass)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题