Hi Experts,
I have pushed proposal regarding Customizing names.
Short summary:
introduce annotation and enum with most common naming policies.
1. use of javax.json.bind.annotation.JsonbProperty
2. using javax.json.bind.config.PropertyNamingPolicy
JsonbProperty annotation is applicable to Field, getter or setter.
PropertyNamingPolicy enum contains several different policies like
IDENTITY, CASE_INSENSITIVE, LOWER_CASE_WITH_UNDERSCORE ...
Details could be found in specification and in code (api + examples).
MartinV