| Package | Description |
|---|---|
| org.apache.olingo.odata2.core.ep.aggregator | |
| org.apache.olingo.odata2.core.ep.consumer | |
| org.apache.olingo.odata2.core.ep.producer |
| Modifier and Type | Method and Description |
|---|---|
static EntityInfoAggregator |
EntityInfoAggregator.create(EdmEntitySet entitySet)
Create an
EntityInfoAggregator based on given EdmEntitySet |
static EntityInfoAggregator |
EntityInfoAggregator.create(EdmEntitySet entitySet,
ExpandSelectTreeNode expandSelectTree)
Create an
EntityInfoAggregator based on given EdmEntitySet |
| Modifier and Type | Method and Description |
|---|---|
ODataEntry |
XmlEntryConsumer.readEntry(XMLStreamReader reader,
EntityInfoAggregator eia,
EntityProviderReadProperties readProperties,
boolean isInline) |
ODataDeltaFeed |
XmlFeedConsumer.readFeed(XMLStreamReader reader,
EntityInfoAggregator eia,
EntityProviderReadProperties readProperties) |
| Constructor and Description |
|---|
JsonEntryConsumer(com.google.gson.stream.JsonReader reader,
EntityInfoAggregator eia,
EntityProviderReadProperties readProperties) |
JsonFeedConsumer(com.google.gson.stream.JsonReader reader,
EntityInfoAggregator eia,
EntityProviderReadProperties readProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonLinksEntityProducer.append(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data) |
void |
JsonDeletedEntryEntityProducer.append(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> deletedEntries,
boolean noPreviousEntries) |
void |
JsonLinkEntityProducer.append(Writer writer,
EntityInfoAggregator entityInfo,
Map<String,Object> data) |
void |
JsonEntryEntityProducer.append(Writer writer,
EntityInfoAggregator entityInfo,
Map<String,Object> data,
boolean isRootElement) |
void |
XmlLinksEntityProducer.append(XMLStreamWriter writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data) |
void |
AtomFeedProducer.append(XMLStreamWriter writer,
EntityInfoAggregator eia,
List<Map<String,Object>> data,
boolean isInline) |
void |
XmlLinkEntityProducer.append(XMLStreamWriter writer,
EntityInfoAggregator entityInfo,
Map<String,Object> data,
boolean isRootElement) |
void |
AtomEntryEntityProducer.append(XMLStreamWriter writer,
EntityInfoAggregator eia,
Map<String,Object> data,
boolean isRootElement,
boolean isFeedPart) |
void |
JsonFeedEntityProducer.appendAsArray(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data) |
void |
JsonFeedEntityProducer.appendAsObject(Writer writer,
EntityInfoAggregator entityInfo,
List<Map<String,Object>> data,
boolean isRootElement) |
void |
TombstoneProducer.appendTombstones(XMLStreamWriter writer,
EntityInfoAggregator eia,
EntityProviderWriteProperties properties,
List<Map<String,Object>> deletedEntries)
Appends tombstones to an already started feed.
|
protected static String |
AtomEntryEntityProducer.createETag(EntityInfoAggregator eia,
Map<String,Object> data) |
Copyright © 2020. All rights reserved.