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

Support simpleValue type for @JsonUnwrapper #223

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

Conversation

shaoxt
Copy link

@shaoxt shaoxt commented Feb 3, 2019

The feature is similar as @JsonValue in jackson

@codecov-io
Copy link

codecov-io commented Feb 3, 2019

Codecov Report

Merging #223 into master will increase coverage by 0.15%.
The diff coverage is 92.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
+ Coverage   68.31%   68.47%   +0.15%     
==========================================
  Files         107      107              
  Lines        7334     7371      +37     
  Branches     1388     1399      +11     
==========================================
+ Hits         5010     5047      +37     
  Misses       1868     1868              
  Partials      456      456
Impacted Files Coverage Δ
src/main/java/com/jsoniter/spi/Config.java 84.09% <75%> (-0.22%) ⬇️
...ain/java/com/jsoniter/spi/UnwrapperDescriptor.java 75.86% <80%> (+13.36%) ⬆️
...a/com/jsoniter/output/ReflectionObjectEncoder.java 71.11% <94.28%> (+4.02%) ⬆️
...in/java/com/jsoniter/output/CodegenImplObject.java 95.65% <95%> (+0.55%) ⬆️

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 42e8df1...1a04233. Read the comment docs.

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.

None yet

2 participants