@JsonCreator and mixin via Module not working for 3rd Party Class
问题 I am trying to deserialize java.net.HttpCookie which doesn't have a default no-arg constructor and am getting: org.codehaus.jackson.map.JsonMappingException: No suitable constructor found for type [simple type, class java.net.HttpCookie]: can not instantiate from JSON object (need to add/enable type information?) at [Source: java.io.StringReader@5a395674; line: 1, column: 35 This is with jackson-mapper-asl v 1.9.13 I found Jackson 3rd Party Class With No Default Constructor and attempted to