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 conversion at Property level #130

Merged
merged 4 commits into from
Jun 5, 2023
Merged

Conversation

oswaldobapvicjr
Copy link
Owner

No description provided.

@oswaldobapvicjr oswaldobapvicjr added the enhancement New feature or request label Jun 5, 2023
@oswaldobapvicjr oswaldobapvicjr self-assigned this Jun 5, 2023
@oswaldobapvicjr oswaldobapvicjr linked an issue Jun 5, 2023 that may be closed by this pull request
4 tasks
@oswaldobapvicjr oswaldobapvicjr changed the title Support custom conversion at Propery level Support custom conversion at Property level Jun 5, 2023
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #130 (5ebd8d1) into master (49a9136) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 5ebd8d1 differs from pull request most recent head 0a0038b. Consider uploading reports for the commit 0a0038b to get more accurate results

@@            Coverage Diff            @@
##             master     #130   +/-   ##
=========================================
  Coverage     99.27%   99.28%           
- Complexity      429      434    +5     
=========================================
  Files            67       68    +1     
  Lines           829      840   +11     
  Branches         54       54           
=========================================
+ Hits            823      834   +11     
  Misses            5        5           
  Partials          1        1           
Impacted Files Coverage Δ
.../java/net/obvj/confectory/util/ParseException.java 100.00% <ø> (ø)
...ain/java/net/obvj/confectory/util/TypeFactory.java 100.00% <ø> (ø)
...y/internal/helper/DocumentConfigurationHelper.java 100.00% <100.00%> (ø)
...vj/confectory/mapper/PropertiesToObjectMapper.java 100.00% <100.00%> (ø)
...n/java/net/obvj/confectory/util/PropertyUtils.java 100.00% <100.00%> (ø)

@oswaldobapvicjr oswaldobapvicjr merged commit 90ec525 into master Jun 5, 2023
4 checks passed
@oswaldobapvicjr oswaldobapvicjr deleted the issue/0127 branch June 5, 2023 05:36
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 conversion at @Property level
1 participant