Quantcast
Channel: User motagirl2 - Stack Overflow
Viewing all articles
Browse latest Browse all 22

Answer by motagirl2 for Jackson Mapping to a Map variable

$
0
0

You need to have a non-parameter constructor for Class A, in order to get Jackson deserializing working:

public A (){abc="";xyz = new HashMap<String, String>();}

Viewing all articles
Browse latest Browse all 22

Trending Articles