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

New Collection Extension #66

Merged
merged 5 commits into from
Jun 29, 2021
Merged

New Collection Extension #66

merged 5 commits into from
Jun 29, 2021

Conversation

JanSchankin
Copy link
Contributor

No description provided.

+ BeanConverterExtensions use Types instead of Classes to be able to acces generic type parameters
+ PersistentBeanConverter is now sent to all BeanConverterExtensions for recursive conversions. Otherwise registered Extensions would be lost if an Extensions creates a new PersistentBeanConverter.
+ Fallback for unserializable special Collections
+Refactoring of the BeanConverterExtension as a result of the tests
+Bugfixes
+Bugfixes
@sonarcloud
Copy link

sonarcloud bot commented Jun 16, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

95.4% 95.4% Coverage
0.0% 0.0% Duplication

@JanSchankin
Copy link
Contributor Author

Feature is ready for a review. Especially the changes in BeanConverterExtension might need some reconsideration. I added new parameters in order to achive a better distinction between Class and ParameterizedType. The latter is not always present so I thought it would be better to have this as a distinct parameter. I also believe that the old design with the Type instead of a Class or ParameterizedType was hard to understand, because it was invisible that a Type could sometimes also be a ParameterizedType.

@JanSchankin JanSchankin merged commit 858f082 into dev Jun 29, 2021
@JanSchankin JanSchankin deleted the list-feature branch December 5, 2021 12:34
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

1 participant