DBUTILS-150: Provide support for IndexedPropertyDescriptor#180
DBUTILS-150: Provide support for IndexedPropertyDescriptor#180cstmgl wants to merge 1 commit intoapache:masterfrom
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