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 private properties in Kotlin data classes #14

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

nvamelichev
Copy link
Collaborator

YOJ accepts private constructors and uses private fields for POJOs. Do the same for private Kotlin data class properties (call setAccessible()).

@nvamelichev nvamelichev requested a review from lavrukov January 31, 2024 12:20
@nvamelichev nvamelichev self-assigned this Jan 31, 2024
@lavrukov lavrukov merged commit 3988e5d into main Jan 31, 2024
1 check passed
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.

2 participants