Class JsonFeedConsumer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.consumer.JsonFeedConsumer
-
public class JsonFeedConsumer extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonFeedConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ODataDeltaFeedreadFeedStandalone()protected static voidreadInlineCount(com.google.gson.stream.JsonReader reader, FeedMetadataImpl feedMetadata)protected ODataFeedreadInlineFeedStandalone()protected ODataFeedreadStartedInlineFeed(String name)
-
-
-
Constructor Detail
-
JsonFeedConsumer
public JsonFeedConsumer(com.google.gson.stream.JsonReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties)
-
-
Method Detail
-
readFeedStandalone
public ODataDeltaFeed readFeedStandalone() throws EntityProviderException
- Throws:
EntityProviderException
-
readInlineCount
protected static void readInlineCount(com.google.gson.stream.JsonReader reader, FeedMetadataImpl feedMetadata) throws IOException, EntityProviderException- Throws:
IOExceptionEntityProviderException
-
readStartedInlineFeed
protected ODataFeed readStartedInlineFeed(String name) throws EdmException, EntityProviderException, IOException
-
readInlineFeedStandalone
protected ODataFeed readInlineFeedStandalone() throws EdmException, EntityProviderException, IOException
-
-