Package | Description |
---|---|
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.core.ep | |
org.apache.olingo.odata2.client.core.ep.serializer |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ContentTypeBasedSerializer.writeFeed(EdmEntitySet entitySet,
EntityCollection data)
Returns an OData Response for a given feed
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
JsonSerializerDeserializer.writeFeed(EdmEntitySet entitySet,
EntityCollection data) |
ODataResponse |
AtomSerializerDeserializer.writeFeed(EdmEntitySet entitySet,
EntityCollection data) |
Modifier and Type | Method and Description |
---|---|
void |
AtomFeedSerializer.append(XMLStreamWriter writer,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
EntityCollection data,
boolean isInline)
This serializes the xml payload feed
|
void |
JsonFeedEntitySerializer.appendAsArray(Writer writer,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator entityInfo,
EntityCollection data)
This serializes the json payload feed
|
void |
JsonFeedEntitySerializer.appendAsObject(Writer writer,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator entityInfo,
EntityCollection data)
This serializes the json payload feed
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.