Package org.springframework.batch.item.xml
@NonNullApi
package org.springframework.batch.item.xml
Infrastructure implementations of xml input and output.
-
ClassDescriptionItem reader for reading XML input based on StAX.An implementation of
ItemWriter
which uses StAX andMarshaller
for serializing object to XML.Callback interface for writing to an XML file - useful e.g.