How to map 1st element of a list of String to a String I want something like :- @JMap("${stringgs[1]}") private String field;
How to map 1st element of a list of String to a String
I want something like :-
@Jmap("${stringgs[1]}")
private String field;