[jackson-dev] Support for comma delimited lists in String[], int[] and long[]

2016-09-15 Thread lokesh N
This discussion is about representing comma separated lists for String[], int[] and long[]. An example representing String[] as comma separated list would be, { "StringArr": "item1,item2,item3" } To represent this comma separated format, we will use @JsonFormat annotation with a pattern of

[jackson-dev] Support to represent simple arrays as comma separated lists

2016-09-15 Thread lokesh N
This discussion is about representing comma separated lists for String[], int[] and long[]. An example representing String[] as comma separated list would be, { "StringArr": "item1,item2,item3" } To represent this comma separated format, we will use @JsonFormat annotation with a pattern of