Class JsonEntryConsumer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.consumer.JsonEntryConsumer
-
public class JsonEntryConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonEntryConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonFeedEntryreadFeedEntry()ODataEntryreadSingleEntry()
-
-
-
Constructor Detail
-
JsonEntryConsumer
public JsonEntryConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)
-
-
Method Detail
-
readSingleEntry
public ODataEntry readSingleEntry() throws EntityProviderException
- Throws:
EntityProviderException
-
readFeedEntry
public JsonFeedEntry readFeedEntry() throws EdmException, EntityProviderException, IOException
-
-