-
Notifications
You must be signed in to change notification settings - Fork 180
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
DBUTILS-150: Provide support for IndexedPropertyDescriptor #180
base: master
Are you sure you want to change the base?
Conversation
maybe, did not test, this could also be fixed by changing the GenerousBeanProcessor to ensure that props[i].getPropertyType() is not null?
Ok I tested this solution and did not managed to make it work, I believe I really need to consider also the IndexedPropertyDescriptor |
Hi, @cstmgl ! Would you please tell me more about what you're seeing that brought you to this change? Could you share any exceptions, error messages, or oddities you've seen? On first scan of the code and the API doc you shared, I don't understand what effect this PR has. I'm keying particularly on this statement from the javadoc,
From this and the submitted code change, the caller outside of this method would still need to cast the property descriptor to |
I'll try to explain the best I can and sorry if the details are confusing, I wanted to share also some debug print screens but I can't seem to be able to do it. So the experience I found was:
|
Thank you so much for the helpful description and screenshots! I believe I understand the problem now, and I think I have enough to write some tests around this. |
Provide support for IndexedPropertyDescriptor