I have a set of POJOs where all the fields are Strings. I am deserializing JSON into the POJO, and the JSON can have some null values. Is there a single setting that can make these nulls be deserialized as strings, based on the field of the POJO into which they're being moved? Do I need to write a Custom Deserializer to do this?
I know I can handle it "on the way out" of the POJO, but I'd like to have a single flag that turns on this behavior during deserialization. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
