Is there a way to deserialize the following xml into Map holding List of items using Jackson?
12345678 <
Created a custom deserializer by extending UntypedObjectDeserializer to do this job.