mercredi 25 février 2015

Iterate recursivly over java object tree

I have a complexe java object of unknown class, I need to iterate over all inner objects to do some manipulations on them. Does there already exist a helper which does this for me and allows me to insert an strategy for any found inner object?


I need something that supports: - any depth of object tree - arrays and collections - cycles inside the references


Any idea?






Aucun commentaire:

Enregistrer un commentaire