public class JsonEntryDeserializer extends Object
Constructor and Description |
---|
JsonEntryDeserializer(com.google.gson.stream.JsonReader reader,
org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia,
DeserializerProperties readProperties) |
Modifier and Type | Method and Description |
---|---|
org.apache.olingo.odata2.core.ep.feed.JsonFeedEntry |
readFeedEntry()
Returns Feed deserializing feed entry
|
ODataEntry |
readSingleEntry()
Returns ODataEntry deserializing a single entry
|
public JsonEntryDeserializer(com.google.gson.stream.JsonReader reader, org.apache.olingo.odata2.core.ep.aggregator.EntityInfoAggregator eia, DeserializerProperties readProperties)
reader
- eia
- readProperties
- public ODataEntry readSingleEntry() throws EntityProviderException
EntityProviderException
public org.apache.olingo.odata2.core.ep.feed.JsonFeedEntry readFeedEntry() throws EdmException, EntityProviderException, IOException
EdmException
EntityProviderException
IOException
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.