Class JsonLinksEntityProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.JsonLinksEntityProducer
-
public class JsonLinksEntityProducer extends Object
Producer for writing a link collection in JSON.
-
-
Constructor Summary
Constructors Constructor Description JsonLinksEntityProducer(EntityProviderWriteProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data)
-
-
-
Constructor Detail
-
JsonLinksEntityProducer
public JsonLinksEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException
- Throws:
EntityProviderException
-
-
Method Detail
-
append
public void append(Writer writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data) throws EntityProviderException
- Throws:
EntityProviderException
-
-