标签: java json reflection java-annotations
有没有办法解析嵌套的java对象,该对象有多个集合字段,其中很少有空字符。
我需要这样的东西
@EmptyCollectionIfNull private List<String> names;