So I\'m struggling with this issue for about three hours now. I have this user class
public class User { private String user_id; private String userNa
I had this same problem, turns out it was happening because the class (in your case User.class) doesnt have setter methods for the required variables