Uses of Class
org.apache.olingo.server.api.deserializer.DeserializerException
Packages that use DeserializerException
Package
Description
Olingo Server API
Olingo Server API - Deserializer
Olingo Server API - Deserializer - Batch
Olingo URI
-
Uses of DeserializerException in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core that throw DeserializerExceptionModifier and TypeMethodDescriptionODataNettyImpl.createDeserializer
(ContentType contentType) ODataNettyImpl.createDeserializer
(ContentType contentType, List<String> versions) ODataNettyImpl.createDeserializer
(ContentType contentType, ServiceMetadata metadata) ODataNettyImpl.createDeserializer
(ContentType contentType, ServiceMetadata metadata, List<String> versions) -
Uses of DeserializerException in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that throw DeserializerExceptionModifier and TypeMethodDescriptionabstract ODataDeserializer
OData.createDeserializer
(ContentType contentType) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializer
OData.createDeserializer
(ContentType contentType, List<String> versions) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializer
OData.createDeserializer
(ContentType contentType, ServiceMetadata metadata) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializer
OData.createDeserializer
(ContentType contentType, ServiceMetadata metadata, List<String> versions) Creates a new deserializer object for reading content in the specified format. -
Uses of DeserializerException in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that throw DeserializerExceptionModifier and TypeMethodDescriptionODataDeserializer.actionParameters
(InputStream stream, EdmAction edmAction) Deserializes an action-parameters stream into a map of key/value pairs.byte[]
FixedFormatDeserializer.binary
(InputStream content) Reads binary data from an InputStream.ODataDeserializer.entity
(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity stream into anEntity
object.ODataDeserializer.entityCollection
(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity collection stream into anEntityCollection
object.ODataDeserializer.entityReferences
(InputStream stream) Reads entity references from the provided document.FixedFormatDeserializer.parameter
(String content, EdmParameter parameter) Reads parameter data (in URI syntax) from a String.FixedFormatDeserializer.primitiveValue
(InputStream content, EdmProperty property) Reads primitive-type data from an InputStream.ODataDeserializer.property
(InputStream stream, EdmProperty edmProperty) Deserializes the Property or collections of properties (primitive & complex). -
Uses of DeserializerException in org.apache.olingo.server.api.deserializer.batch
Subclasses of DeserializerException in org.apache.olingo.server.api.deserializer.batch -
Uses of DeserializerException in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that throw DeserializerExceptionModifier and TypeMethodDescriptionUriHelper.parseEntityId
(Edm edm, String entityId, String rawServiceRoot) Parses a given entity-id.