Hi,
Thanks for your suggestion. We cannot add it to JSON-B 1.0 because the spec is already in PFD state. But we will return to it when we will discuss a feature set for the next version. Please add a feature request to our issues tracker here:
https://github.com/javaee/jsonb-spec/issues
Thanks,
Dmitry
From: Ravisankar Challa <ravisankar2_at_gmail.com>
Reply-To: <users_at_jsonb-spec.java.net>
Date: Wednesday, 3 May 2017 at 09:05
To: <users_at_jsonb-spec.java.net>
Subject: [jsonb-spec users] PropertyNamingStrategy annotation per class level
Hi Experts,
Any plans of adding a class level property naming annotation to the spec now or in future?
Similar to the one in jackson.
@JsonNaming(PropertyNamingStrategy.SnakeCaseStrategy.class)
Thanks,