GeXiangDong

精通Java、SQL、Spring的拼写,擅长Linux、Windows的开关机

0%

java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.MismatchedInputException out of START_ARRAY token

在使用jason做json和类的转换时,遇到错误

Cause: java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.LinkedHashMap<java.lang.Object,java.lang.Object>` out of START_ARRAY token

是因为json是数组格式,而提供的待转化成的类是 Map 格式,导致转化失败。