Class JsonFeedDeserializer


  • public class JsonFeedDeserializer
    extends Object
    This class Deserializes JsonFeed payloads
    • Constructor Detail

    • Method Detail

      • readFeedStandalone

        public org.apache.olingo.odata2.api.ep.feed.ODataDeltaFeed readFeedStandalone()
                                                                               throws org.apache.olingo.odata2.api.ep.EntityProviderException
        Returns:
        ODataDeltaFeed
        Throws:
        org.apache.olingo.odata2.api.ep.EntityProviderException
      • readInlineCount

        protected static void readInlineCount​(com.google.gson.stream.JsonReader reader,
                                              FeedMetadataImpl feedMetadata)
                                       throws IOException,
                                              org.apache.olingo.odata2.api.ep.EntityProviderException
        Parameters:
        reader -
        feedMetadata -
        Throws:
        IOException
        org.apache.olingo.odata2.api.ep.EntityProviderException
      • readStartedInlineFeed

        protected org.apache.olingo.odata2.api.ep.feed.ODataFeed readStartedInlineFeed​(String name)
                                                                                throws org.apache.olingo.odata2.api.edm.EdmException,
                                                                                       org.apache.olingo.odata2.api.ep.EntityProviderException,
                                                                                       IOException
        Parameters:
        name -
        Returns:
        ODataFeed
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
        org.apache.olingo.odata2.api.ep.EntityProviderException
        IOException
      • readInlineFeedStandalone

        protected org.apache.olingo.odata2.api.ep.feed.ODataFeed readInlineFeedStandalone()
                                                                                   throws org.apache.olingo.odata2.api.edm.EdmException,
                                                                                          org.apache.olingo.odata2.api.ep.EntityProviderException,
                                                                                          IOException
        Returns:
        ODataFeed
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException
        org.apache.olingo.odata2.api.ep.EntityProviderException
        IOException