The error message suggests that there is an issue with deserializing a String value into an ArrayList object. It seems that the code is trying to deserialize the String value '['assetsNumber','assetsName']' into an ArrayList, but there is no appropriate constructor or factory method to perform this deserialization.

To fix this issue, you can either:

  1. Modify the JSON string to be a valid representation of an ArrayList, such as "["assetsNumber","assetsName"]". Note that the values should be enclosed in double quotes and escaped if necessary.
  2. Create a custom deserializer or use a library that supports deserializing a JSON string into an ArrayList.

Without more context or code, it's difficult to provide a more specific solution. Please provide more information or code if you need further assistance.

although at least one Creator exists no String-argument constructorfactory method to deserialize from String value assetsNumberassetsName; nested exception is comfasterxmljacksondatabindexcMismatchedI

原文地址: https://www.cveoy.top/t/topic/i4CN 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录