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 custom type conversion from INI to object #132

Merged
merged 3 commits into from
Jun 8, 2023

Conversation

oswaldobapvicjr
Copy link
Owner

No description provided.

@oswaldobapvicjr oswaldobapvicjr self-assigned this Jun 7, 2023
@oswaldobapvicjr oswaldobapvicjr linked an issue Jun 7, 2023 that may be closed by this pull request
3 tasks
@oswaldobapvicjr oswaldobapvicjr added the enhancement New feature or request label Jun 7, 2023
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #132 (7b38dea) into master (90ec525) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #132      +/-   ##
============================================
+ Coverage     99.28%   99.40%   +0.12%     
- Complexity      434      438       +4     
============================================
  Files            68       68              
  Lines           840      843       +3     
  Branches         54       52       -2     
============================================
+ Hits            834      838       +4     
  Misses            5        5              
+ Partials          1        0       -1     
Impacted Files Coverage Δ
.../main/java/net/obvj/confectory/util/DateUtils.java 100.00% <ø> (ø)
...java/net/obvj/confectory/util/ReflectionUtils.java 100.00% <ø> (ø)
...ain/java/net/obvj/confectory/util/TypeFactory.java 100.00% <ø> (ø)
.../net/obvj/confectory/mapper/INIToObjectMapper.java 93.54% <100.00%> (+2.11%) ⬆️
...vj/confectory/mapper/PropertiesToObjectMapper.java 100.00% <100.00%> (ø)
...n/java/net/obvj/confectory/util/PropertyUtils.java 100.00% <100.00%> (ø)
...ain/java/net/obvj/confectory/util/StringUtils.java 100.00% <100.00%> (ø)

@oswaldobapvicjr oswaldobapvicjr merged commit 7627192 into master Jun 8, 2023
6 checks passed
@oswaldobapvicjr oswaldobapvicjr deleted the issue/0131 branch June 8, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom type conversion from INI to object
1 participant