Class XmlCollectionEntityProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.XmlCollectionEntityProducer
-
public class XmlCollectionEntityProducer extends Object
Provider for writing a collection of simple-type or complex-type instances
-
-
Constructor Summary
Constructors Constructor Description XmlCollectionEntityProducer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappend(XMLStreamWriter writer, EntityPropertyInfo propertyInfo, List<?> data)
-
-
-
Method Detail
-
append
public static void append(XMLStreamWriter writer, EntityPropertyInfo propertyInfo, List<?> data) throws EntityProviderException
- Throws:
EntityProviderException
-
-