We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code will read rows and cells but will not map them to the class if setCaseId returns link to itself.
@Sheet public class **Table** { @SheetColumn("Case ID") private String caseId; public String getCaseId() { return caseId; } public **Table** **setCaseId**(String caseId) { this.caseId = caseId; **return this;** } }
The text was updated successfully, but these errors were encountered:
[bug]: #47 fixed PropertyDescriptor reference in Beans#getFieldValueA…
d1be7a0
…sString mthd
@YaroValentine We're using apache commons-beanutils for recognizing bean methods. Hence the issue. Refer to the below link https://stackoverflow.com/questions/42244023/commons-beanutils-if-set-method-return-is-this-model-cant-get-writemethod
Sorry, something went wrong.
millij
Successfully merging a pull request may close this issue.
The following code will read rows and cells but will not map them to the class if setCaseId returns link to itself.
The text was updated successfully, but these errors were encountered: