Interface ClientODataDeserializer
- All Superinterfaces:
ODataDeserializer
-
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.olingo.commons.api.edm.provider.CsdlSchema>fetchTermDefinitionSchema(List<InputStream> input) Gets all the terms defined in the given input streamResWrap<org.apache.olingo.commons.api.data.Delta>toDelta(InputStream input) Gets a delta object from the given InputStream.toMetadata(InputStream input) toServiceDocument(InputStream input) Gets the ServiceDocument object represented by the given InputStream.Methods inherited from interface org.apache.olingo.client.api.serialization.ODataDeserializer
toEntity, toEntitySet, toError, toProperty
-
Method Details
-
toMetadata
-
fetchTermDefinitionSchema
List<org.apache.olingo.commons.api.edm.provider.CsdlSchema> fetchTermDefinitionSchema(List<InputStream> input) Gets all the terms defined in the given input stream- Parameters:
input-- Returns:
-
toServiceDocument
Gets the ServiceDocument object represented by the given InputStream.- Parameters:
input- stream to be de-serialized.- Returns:
- ServiceDocument object.
- Throws:
ODataDeserializerException
-
toDelta
ResWrap<org.apache.olingo.commons.api.data.Delta> toDelta(InputStream input) throws ODataDeserializerException Gets a delta object from the given InputStream.- Parameters:
input- stream to be de-serialized.- Returns:
Deltainstance.- Throws:
ODataDeserializerException
-