Package | Description |
---|---|
org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
These callbacks will be used to support the $expand query option.
|
org.apache.olingo.odata2.api.ep.feed |
Entity Provider Feed
The org.apache.olingo.odata2.api.ep.feed package contains all classes related and necessary for an
ODataFeed . |
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.core.ep | |
org.apache.olingo.odata2.client.core.ep.deserializer |
Modifier and Type | Method and Description |
---|---|
static ODataEntry |
EntityProvider.readEntry(String contentType,
EdmEntitySet entitySet,
InputStream content,
EntityProviderReadProperties properties)
Read (de-serialize) data from
content (as InputStream ) in specified format (given as
contentType )
based on entity data model (given as EdmEntitySet ) and provide this data as ODataEntry
. |
ODataEntry |
EntityProvider.EntityProviderInterface.readEntry(String contentType,
EdmEntitySet entitySet,
InputStream content,
EntityProviderReadProperties properties)
Reads (de-serializes) data from
content (as InputStream )
in specified format (given as contentType ) based on
entity data model (given as EdmEntitySet )
and provides this data as ODataEntry . |
Modifier and Type | Method and Description |
---|---|
ODataEntry |
ReadEntryResult.getResult() |
Constructor and Description |
---|
ReadEntryResult(EntityProviderReadProperties properties,
EdmNavigationProperty navigationProperty,
ODataEntry entry,
String entryMetadataId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ODataEntry> |
ODataFeed.getEntries()
The returned list may be empty but never null.
|
Modifier and Type | Method and Description |
---|---|
ODataEntry |
ContentTypeBasedDeserializer.readEntry(EdmEntitySet entitySet,
EntityStream content)
Returns an ODataEntry
|
Modifier and Type | Method and Description |
---|---|
ODataEntry |
JsonSerializerDeserializer.readEntry(EdmEntitySet entitySet,
EntityStream content) |
ODataEntry |
AtomSerializerDeserializer.readEntry(EdmEntitySet entitySet,
EntityStream content) |
Modifier and Type | Method and Description |
---|---|
ODataEntry |
XmlEntityDeserializer.readEntry(EdmEntitySet entitySet,
EntityStream entity)
Returns an ODataEntry deserializing EntityStream
|
ODataEntry |
JsonEntityDeserializer.readEntry(EdmEntitySet entitySet,
EntityStream entityStream)
Returns an ODataEntry deserializing EntityStream
|
ODataEntry |
XmlEntryDeserializer.readEntry(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties,
boolean isInline)
Deserializes payload entry
|
ODataEntry |
JsonEntryDeserializer.readSingleEntry()
Returns ODataEntry deserializing a single entry
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.