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

Allow object instantiation without calling the default constructor #133

Merged
merged 5 commits into from
Jun 9, 2023

Conversation

oswaldobapvicjr
Copy link
Owner

No description provided.

@oswaldobapvicjr oswaldobapvicjr self-assigned this Jun 8, 2023
@oswaldobapvicjr oswaldobapvicjr added the enhancement New feature or request label Jun 8, 2023
@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Merging #133 (1449dcc) into master (7627192) will decrease coverage by 0.22%.
The diff coverage is 94.11%.

@@             Coverage Diff              @@
##             master     #133      +/-   ##
============================================
- Coverage     99.40%   99.19%   -0.22%     
- Complexity      438      446       +8     
============================================
  Files            68       70       +2     
  Lines           843      869      +26     
  Branches         52       52              
============================================
+ Hits            838      862      +24     
- Misses            5        7       +2     
Impacted Files Coverage Δ
.../java/net/obvj/confectory/util/UnsafeAccessor.java 75.00% <75.00%> (ø)
.../src/main/java/net/obvj/confectory/Confectory.java 100.00% <100.00%> (ø)
...va/net/obvj/confectory/ConfigurationContainer.java 100.00% <100.00%> (ø)
.../net/obvj/confectory/mapper/INIToObjectMapper.java 94.11% <100.00%> (+0.56%) ⬆️
...vj/confectory/mapper/PropertiesToObjectMapper.java 100.00% <100.00%> (ø)
...t/obvj/confectory/settings/ConfectorySettings.java 100.00% <100.00%> (ø)
...n/java/net/obvj/confectory/util/ObjectFactory.java 100.00% <100.00%> (ø)
...n/java/net/obvj/confectory/util/PropertyUtils.java 100.00% <100.00%> (ø)

@oswaldobapvicjr oswaldobapvicjr changed the title Allow object deserialization without the default constructor Allow object instantiation without calling the default constructor Jun 9, 2023
@oswaldobapvicjr oswaldobapvicjr merged commit a9f6c53 into master Jun 9, 2023
5 of 6 checks passed
@oswaldobapvicjr oswaldobapvicjr deleted the issue/0128 branch June 9, 2023 02:54
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.

Allow object instantiation without calling the default constructor
1 participant