简体   繁体   English

杰克逊的fasterxml ObjectMapper defaultPrettyPrintingWriter()方法需要未定义的替换

[英]Jackson fasterxml ObjectMapper defaultPrettyPrintingWriter() method undefined replacement required

Migrating from Jackson 1.8.6 to 2.4.2, org.codehaus.jackson.map.ObjectMapper has changed to com.fasterxml.jackson.databind.ObjectMapper, and the following method is undefined for the new implementation: defaultPrettyPrintingWriter(), is there a replacement? 从Jackson 1.8.6迁移到2.4.2,org.codehaus.jackson.map.ObjectMapper已更改为com.fasterxml.jackson.databind.ObjectMapper,并且新实现未定义以下方法:defaultPrettyPrintingWriter()一个替代品?

Thanks 谢谢

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 fastxml jackson objectmapper转换字符串 - fasterxml jackson objectmapper convert string com/fasterxml/jackson/databind/ObjectMapper 与 Maven 的 NoClassDefFoundError - NoClassDefFoundError of com/fasterxml/jackson/databind/ObjectMapper with Maven Fasterxml Jackson ObjectMapper生成带有'='字符的JSON字符串 - Fasterxml Jackson ObjectMapper produces JSON string with '=' character com / fasterxml / jackson / databind / ObjectMapper的Android NoClassDefFoundError - Android NoClassDefFoundError for com/fasterxml/jackson/databind/ObjectMapper FasterXML Jackson 2中SerializerBase的替换类是什么? - What is the replacement class for SerializerBase in FasterXML Jackson 2? 无法解析导入com.fasterxml.jackson.databind.ObjectMapper - The import com.fasterxml.jackson.databind.ObjectMapper cannot be resolved RedisConfig 中不推荐使用“enableDefaultTyping(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping)” - 'enableDefaultTyping(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping)' is deprecated in RedisConfig Flink作业:获取InvalidClassException:com.fasterxml.jackson.databind.ObjectMapper - Flink Job : Getting InvalidClassException: com.fasterxml.jackson.databind.ObjectMapper 使用com.fasterxml.jackson.databind.ObjectMapper序列化接口字段 - serialize interface fields using com.fasterxml.jackson.databind.ObjectMapper com.fasterxml.jackson.databind.ObjectMapper编码用于本地化字符 - com.fasterxml.jackson.databind.ObjectMapper encoding for localised characters
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM