Class IdMappingMarshaller

java.lang.Object
org.dellroad.stuff.jibx.IdMappingMarshaller
All Implemented Interfaces:
Marshaller, Unmarshaller

public class IdMappingMarshaller extends Object implements Marshaller, Unmarshaller
Wrapper for Spring's JibxMarshaller that performs marshalling and unmarshalling operations within an invocation of IdGenerator.run(). Simply set your normal JibxMarshaller to the jibxMarshaller property and use this class in its place.

This is required when marshalling with JiBX mappings that utilize IdMapper.

See Also: