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 ODataDeserializerOData.createDeserializer(ContentType contentType) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializerOData.createDeserializer(ContentType contentType, List<String> versions) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializerOData.createDeserializer(ContentType contentType, ServiceMetadata metadata) Creates a new deserializer object for reading content in the specified format.abstract ODataDeserializerOData.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.FixedFormatDeserializer.binaryIntoStream(InputStream content) Reads binary data from an InputStream.ODataDeserializer.delta(InputStream stream, EdmEntityType edmEntityType) Deserializes a entity delta entity collection stream into anDeltaobject.ODataDeserializer.entity(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity stream into anEntityobject.ODataDeserializer.entityCollection(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity collection stream into anEntityCollectionobject.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. -
Uses of DeserializerException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type DeserializerExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(DeserializerException e, Locale requestedLocale) Methods in org.apache.olingo.server.core that throw DeserializerExceptionModifier and TypeMethodDescriptionODataImpl.createDeserializer(ContentType contentType) ODataImpl.createDeserializer(ContentType contentType, List<String> versions) ODataImpl.createDeserializer(ContentType contentType, ServiceMetadata metadata) ODataImpl.createDeserializer(ContentType contentType, ServiceMetadata metadata, List<String> versions) -
Uses of DeserializerException in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that throw DeserializerExceptionModifier and TypeMethodDescriptionbyte[]FixedFormatDeserializerImpl.binary(InputStream content) FixedFormatDeserializerImpl.binaryIntoStream(InputStream content) FixedFormatDeserializerImpl.parameter(String content, EdmParameter parameter) FixedFormatDeserializerImpl.primitiveValue(InputStream content, EdmProperty property) -
Uses of DeserializerException in org.apache.olingo.server.core.deserializer.json
Methods in org.apache.olingo.server.core.deserializer.json that throw DeserializerExceptionModifier and TypeMethodDescriptionODataJsonDeserializer.actionParameters(InputStream stream, EdmAction edmAction) ODataJsonInstanceAnnotationDeserializer.consumeInstanceAnnotation(String key, com.fasterxml.jackson.databind.JsonNode value) Consume the instance annotation of an entity or a propertyODataJsonDeserializer.delta(InputStream stream, EdmEntityType edmEntityType) ODataJsonDeserializer.entity(InputStream stream, EdmEntityType edmEntityType) ODataJsonDeserializer.entityCollection(InputStream stream, EdmEntityType edmEntityType) ODataJsonDeserializer.entityReferences(InputStream stream) ODataJsonDeserializer.parameter(String content, EdmParameter parameter) Reads a parameter value from a String.ODataJsonDeserializer.property(InputStream stream, EdmProperty edmProperty) -
Uses of DeserializerException in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that throw DeserializerExceptionModifier and TypeMethodDescriptionUriHelperImpl.parseEntityId(Edm edm, String entityId, String rawServiceRoot)