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

Implement reflection resolving for records #96

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

AntonOellerer
Copy link
Contributor

Apache BeanUtils only works with Classes, not
with records.
This commit adds the logic to deal with
records handed to the ReflectionResolver.

@AntonOellerer AntonOellerer added the enhancement New feature or request label Dec 14, 2021
@AntonOellerer AntonOellerer self-assigned this Dec 14, 2021
Apache BeanUtils only works with Classes, not
with records.
This commit adds the logic to deal with
records handed to the ReflectionResolver.
@AntonOellerer AntonOellerer force-pushed the feature/reflection_with_records branch from 11be666 to 207ac24 Compare December 14, 2021 15:13
@AntonOellerer AntonOellerer merged commit 60ffb4f into master Dec 14, 2021
@AntonOellerer AntonOellerer deleted the feature/reflection_with_records branch December 14, 2021 15:22
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.

2 participants