Added a way for objects being in a List to be serialised with a tag name that use the object class name.
For example, here below is a Car object that contains a List property named childrens. In this list are a Motor and Wheel objects. By setting path='', the serialised doc will be:
Added a way for objects being in a List to be serialised with a tag name that use the object class name.
For example, here below is a Car object that contains a List property named childrens. In this list are a Motor and Wheel objects. By setting path='', the serialised doc will be:
@Mappings({
})
public interface CarXmlWriter extends XmlWriter {
}