I met a strange issue, I have a class and it has two usernames, so I call 
them aName and bName, such as:

public class Member{
    private String aName;
    private String bName;
}

But when jackson convert this to a json response, it will change field name 
to aname and bname, is this a feature or can I avoid this by configuration?

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/65967b90-3bf0-4318-b3eb-ffe902aa0971%40googlegroups.com.

Reply via email to