Interface ODataEntryToMapConverter
public interface ODataEntryToMapConverter
Temporary interface that will be removed when retrieval refactoring of OData dependent code is made.
-
Method Summary
Modifier and TypeMethodDescriptionconvert(TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Converts the attributes from the ODataEntry to a Map<String, Object>
-
Method Details
-
convert
Map<String,Object> convert(TypeDescriptor typeDesc, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Converts the attributes from the ODataEntry to a Map<String, Object>- Parameters:
typeDesc- describes integration object itementry- 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
-