Class JsonLinkEntityProducer
java.lang.Object
org.apache.olingo.odata2.core.ep.producer.JsonLinkEntityProducer
Producer for writing a link in JSON.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected static voidappendUri(JsonStreamWriter jsonStreamWriter, String uri)
-
Constructor Details
-
JsonLinkEntityProducer
public JsonLinkEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException - Throws:
EntityProviderException
-
-
Method Details
-
append
public void append(Writer writer, EntityInfoAggregator entityInfo, Map<String, Object> data) throws EntityProviderException- Throws:
EntityProviderException
-
appendUri
- Throws:
IOException
-