Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Add ConversionService support. #33

Merged
merged 8 commits into from
Apr 25, 2021

Conversation

k163377
Copy link
Collaborator

@k163377 k163377 commented Apr 25, 2021

BeanPropertyRowMapper同様、ConversionServiceを用いたデシリアライズ方法を追加した。
また、DefaultConversionServiceでサポートされているString -> Enumの変換は削除した。

@codecov-commenter
Copy link

Codecov Report

Merging #33 (44061df) into master (a15c934) will decrease coverage by 8.37%.
The diff coverage is 70.96%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #33      +/-   ##
============================================
- Coverage     85.18%   76.81%   -8.38%     
- Complexity        3        7       +4     
============================================
  Files             4        4              
  Lines            54       69      +15     
  Branches          9       10       +1     
============================================
+ Hits             46       53       +7     
- Misses            4       13       +9     
+ Partials          4        3       -1     
Impacted Files Coverage Δ Complexity Δ
...ain/kotlin/com/mapk/krowmapper/DummyConstructor.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/kotlin/com/mapk/krowmapper/KRowMapper.kt 72.22% <66.66%> (-27.78%) 7.00 <6.00> (+4.00) ⬇️
...main/kotlin/com/mapk/krowmapper/ParameterForMap.kt 84.78% <85.71%> (-0.94%) 0.00 <0.00> (ø)

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 a15c934...44061df. Read the comment docs.

@k163377 k163377 merged commit 84ed582 into ProjectMapK:master Apr 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants