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

JavaGetterMethodPropertySelector 처럼 record타입에서 Boolean isChecked를 세팅할 수 있는 방법이 있나요? #1071

Open
seya330 opened this issue Oct 31, 2024 · 3 comments
Labels
question Further information is requested
Milestone

Comments

@seya330
Copy link

seya330 commented Oct 31, 2024

기존 자바빈 형태의 클래스는 문제없이 getter를 통해 필드명으로 접근하여 세팅 되는데요.
record타입 내의 Boolean isChecked 형태의 필드는 별도로 getter를 생성하여 getIsChecked를 모델 내에 추가하지 않으면 필드를 찾을수가 없는 것 같습니다. 혹시 관련하여 방법이 있을까요?

@seya330 seya330 added the question Further information is requested label Oct 31, 2024
@seongahjo seongahjo added this to the 1.0.28 milestone Nov 1, 2024
@seongahjo
Copy link
Contributor

@seya330 님 안녕하세요.

말씀하신 것 처럼 javaGetter를 사용하면 record타입의 boolean 필드의 이름 prefix가 is이면 인식을 못하고 있습니다.
1.0.28에서 이 부분 수정하고 공유드리겠습니다

감사합니다.

@seya330
Copy link
Author

seya330 commented Nov 1, 2024

감사합니다! primitive타입과 boxing 타입 둘다 적용이 되면 좋을 것 같습니다!

@seongahjo
Copy link
Contributor

@seya330 님 안녕하세요.

1.0.28 배포 완료하여 공유드립니다.
확인해보시고 의도대로 동작하지 않으면 공유주세요.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants