You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could use only reflection, but we could have to rewrite more complex accesses like object.array[1].attribute.name.
I thougth It could be a lot of work, but... I defined the interface IAccess to allow replace this lib, you can implement you own IAccess without beansutils and exclude the lib on Maven. That`s how I imagined this future requirement could be fullfilled.
Please check If It attends you, and any suggestions are welcome to make it simpler.
Another alternative is to use the flattener you`ve been using to flatten strutctures already in Json format which looks ok to me.
However, in general use it could requires the transformation of POJO objects to flatten maps. I think this processing could be avoided in order to increase overall performance, and also there is the problem of cyclic graphs in objects (which are already resolved by many lib which convert object to XML, for example).
No description provided.
The text was updated successfully, but these errors were encountered: