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

DxaSpringInitialization force to use UpperCamelCase jackson namig strategy #128

Open
neeteshnarvaria opened this issue Jun 2, 2020 · 0 comments

Comments

@neeteshnarvaria
Copy link

Hi,

I think framework should be flexible to allow developer to choose which naming strategy they would prefer to use, on spring boot application when we import DxaSpringInitialization class it force us to use UpperCamelCase strategy.

I saw there is reason to do UpperCamelCase strategy on object mapper
objectMapper.setPropertyNamingStrategy(new UpperCamelCaseStrategy());

but that strategy then applies globally.

instead of add strategy on bean initialization, i feel it would be better if we make @JsonNaming(PropertyNamingStrategy.UpperCamelCaseStrategy.class) annotation on specific class i.e. MvcModelData.

that would make framework more flexible and other application which is using dxa can choose jackson naming strategy.

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

No branches or pull requests

1 participant