如何使用MongoItemReader读取对象中的列表,然后从我刚刚读取的对象(父对象)中迭代列表子对象。
Ex:
<classRoom>
<studentList>
<student>
..
</student>
<student>
..
</student>
</studentList>
我是通过mongoItemreader检索classRoom的。.但是我希望读者可以在调用ItemProcessor之前由Student在StudentList中进行迭代。