Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new jsonproperty formatter for SCREAMING_SNAKE_CASE #368

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eddyv
Copy link

@eddyv eddyv commented Sep 12, 2023

I was using @DataObject for a AppConfig.java pojo in combination w/ vertx configretriever. Depending on the config store (env variables as an example) it's common to see screaming snake case when supplying configs. This should allow for us to parse the json object retrieved by the config retriever and place them nicely in the pojo.

The existing SnakeCase only checks for lower cased snake names.

Conformance:

  • Signed ECA

@eddyv eddyv changed the title Adds a new case jsonproperty formatter for SCREAMING_SNAKE_CASE Add a new jsonproperty formatter for SCREAMING_SNAKE_CASE Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant