Package | Description |
---|---|
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.api.ep.callback | |
org.apache.olingo.odata2.client.core.ep.deserializer |
Modifier and Type | Method and Description |
---|---|
DeserializerProperties |
DeserializerProperties.DeserializerPropertiesBuilder.build() |
DeserializerProperties |
EntityStream.getReadProperties()
Get Read properties
|
Modifier and Type | Method and Description |
---|---|
static DeserializerProperties.DeserializerPropertiesBuilder |
DeserializerProperties.initFrom(DeserializerProperties properties) |
void |
EntityStream.setReadProperties(DeserializerProperties readProperties)
Set read properties
|
Constructor and Description |
---|
DeserializerPropertiesBuilder(DeserializerProperties propertiesFrom) |
Modifier and Type | Method and Description |
---|---|
DeserializerProperties |
OnDeserializeInlineContent.receiveReadProperties(DeserializerProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used
EntityProviderReadProperties to read the found inline navigation property
(> |
Modifier and Type | Method and Description |
---|---|
DeserializerProperties |
OnDeserializeInlineContent.receiveReadProperties(DeserializerProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used
EntityProviderReadProperties to read the found inline navigation property
(> |
Modifier and Type | Method and Description |
---|---|
List<?> |
JsonPropertyDeserializer.readCollection(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
DeserializerProperties readProperties)
This method reads through a collection of entities and deserializes each entry
|
List<Object> |
XmlPropertyDeserializer.readCollection(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo info,
DeserializerProperties properties)
Deserializes a collection of entities
|
ODataEntry |
XmlEntryDeserializer.readEntry(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties,
boolean isInline)
Deserializes payload entry
|
ODataDeltaFeed |
XmlFeedDeserializer.readFeed(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties) |
Map<String,Object> |
XmlPropertyDeserializer.readProperty(XMLStreamReader reader,
EdmProperty property,
DeserializerProperties readProperties)
Read property of every entry in a payload
|
Map<String,Object> |
XmlPropertyDeserializer.readProperty(XMLStreamReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
DeserializerProperties readProperties)
Read property of every entry in a payload
|
Map<String,Object> |
JsonPropertyDeserializer.readPropertyStandalone(com.google.gson.stream.JsonReader reader,
EdmProperty edmProperty,
DeserializerProperties readProperties)
Deserializes Property
|
Map<String,Object> |
JsonPropertyDeserializer.readPropertyStandalone(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
DeserializerProperties readProperties)
Deserializes Property
|
protected Object |
JsonPropertyDeserializer.readPropertyValue(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo entityPropertyInfo,
Object typeMapping,
DeserializerProperties readProperties) |
protected Object |
XmlPropertyDeserializer.readStartedElement(XMLStreamReader reader,
String name,
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo propertyInfo,
org.apache.olingo.odata2.core.ep.aggregator.EntityTypeMapping typeMappings,
DeserializerProperties readProperties) |
Constructor and Description |
---|
JsonEntryDeserializer(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties) |
JsonFeedDeserializer(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.