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

feat: recommend configs of Jackson JsonNaming(namingStrategy) #595

Merged
merged 1 commit into from Sep 16, 2021

Conversation

tangcent
Copy link
Owner

recommend configs to support

  • com.fasterxml.jackson.databind.annotation.JsonNaming
  • com.fasterxml.jackson.databind.PropertyNamingStrategies.UpperCamelCaseStrategy
  • com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy
  • com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerCaseStrategy
  • com.fasterxml.jackson.databind.PropertyNamingStrategies.KebabCaseStrategy
  • com.fasterxml.jackson.databind.PropertyNamingStrategies.LowerDotCaseStrategy

@tangcent tangcent added the type: new feature Add New Feature label Sep 16, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #595 (8ed4609) into master (2003337) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #595   +/-   ##
===========================================
  Coverage     56.473%   56.473%           
  Complexity      1915      1915           
===========================================
  Files            209       209           
  Lines          10421     10421           
  Branches        2446      2446           
===========================================
  Hits            5885      5885           
  Misses          3362      3362           
  Partials        1174      1174           
Flag Coverage Δ
unittests 56.473% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2003337...8ed4609. Read the comment docs.

@tangcent tangcent merged commit a9e0b7e into master Sep 16, 2021
@tangcent tangcent mentioned this pull request Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: new feature Add New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants