Is there a way to parse a nested java object which has multiple collection fields few of them are nulls.
I need something like this
@EmptyCollectionIfNull
private List<String> names;
Is there a way to parse a nested java object which has multiple collection fields few of them are nulls.
I need something like this
@EmptyCollectionIfNull
private List<String> names;