Interface ODataEntryToMapConverter


  • public interface ODataEntryToMapConverter
    Temporary interface that will be removed when retrieval refactoring of OData dependent code is made.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> convert​(TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
      Converts the attributes from the ODataEntry to a Map
    • Method Detail

      • convert

        java.util.Map<java.lang.String,​java.lang.Object> convert​(TypeDescriptor typeDesc,
                                                                       org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
        Converts the attributes from the ODataEntry to a Map
        Parameters:
        typeDesc - describes integration object item
        entry - payload of the request/response for the item
        Returns:
        a Map representation of the entry properties that can be part of the Item's integrationKey