I need Multifield List values to Sling Model classFor single value property we call@inject@Named("Author")@Via("resource")String authorPath;But i have property contains String[] that have JSON type, How can i get that values in sling Model class variable Can i get like below@Inject@Via("resource")Pr...