Uses of Class
org.apache.olingo.server.api.serializer.SerializerException
Packages that use SerializerException
Package
Description
Olingo Server API
Olingo Server API - Serializer
Olingo URI
-
Uses of SerializerException in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core that throw SerializerExceptionModifier and TypeMethodDescriptionODataNettyImpl.createEdmAssistedSerializer
(ContentType contentType) ODataNettyImpl.createEdmAssistedSerializer
(ContentType contentType, List<String> versions) ODataNettyImpl.createEdmDeltaSerializer
(ContentType contentType, List<String> versions) ODataNettyImpl.createSerializer
(ContentType contentType) ODataNettyImpl.createSerializer
(ContentType contentType, List<String> versions) -
Uses of SerializerException in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that throw SerializerExceptionModifier and TypeMethodDescriptionabstract EdmAssistedSerializer
OData.createEdmAssistedSerializer
(ContentType contentType) Creates a new serializer object capable of working without EDM information for rendering content in the specified format.abstract EdmAssistedSerializer
OData.createEdmAssistedSerializer
(ContentType contentType, List<String> versions) Creates a new serializer object capable of working without EDM information for rendering content in the specified format.abstract EdmDeltaSerializer
OData.createEdmDeltaSerializer
(ContentType contentType, List<String> versions) Creates a new serializer object capable of working without EDM information for rendering delta content in the specified format.abstract ODataSerializer
OData.createSerializer
(ContentType contentType) Creates a new serializer object for rendering content in the specified format.abstract ODataSerializer
OData.createSerializer
(ContentType contentType, List<String> versions) Creates a new serializer object for rendering content in the specified format. -
Uses of SerializerException in org.apache.olingo.server.api.serializer
Subclasses of SerializerException in org.apache.olingo.server.api.serializerModifier and TypeClassDescriptionclass
Thrown for invalid batch payloads.Methods in org.apache.olingo.server.api.serializer that throw SerializerExceptionModifier and TypeMethodDescriptionFixedFormatSerializer.asyncResponse
(ODataResponse odataResponse) Serializes a ODataResponse into an async response.FixedFormatSerializer.binary
(byte[] binary) Writes binary output into an InputStream.ODataSerializer.complex
(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes complex-type instance data into an InputStream.ODataSerializer.complexCollection
(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes data of a collection of complex-type instances into an InputStream.Writes a count into an InputStream as plain text.ODataSerializer.entity
(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) Writes entity data into an InputStream.EdmAssistedSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType referencedEntityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) Writes entity-collection data into an InputStream.EdmDeltaSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) Writes collection of delta-response into an InputStream.ODataSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream.ODataSerializer.entityCollectionStreamed
(ServiceMetadata metadata, EdmEntityType entityType, EntityIterator entities, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream.ODataSerializer.error
(ODataServerError error) Writes an ODataError into an InputStream.FixedFormatSerializer.mediaEntityStreamed
(EntityMediaObject mediaEntity) Writes bytes to an Input streamODataSerializer.metadataDocument
(ServiceMetadata serviceMetadata) Writes the metadata document into an InputStream.ODataSerializer.primitive
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes primitive-type instance data into an InputStream.ODataSerializer.primitiveCollection
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes data of a collection of primitive-type instances into an InputStream.FixedFormatSerializer.primitiveValue
(EdmPrimitiveType type, Object value, PrimitiveValueSerializerOptions options) Writes the raw value of a primitive-type instance into an InputStream.ODataSerializer.reference
(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) Writes a single entity reference into an InputStream.ODataSerializer.referenceCollection
(ServiceMetadata metadata, EdmEntitySet edmEntitySet, AbstractEntityCollection entityCollection, ReferenceCollectionSerializerOptions options) Writes entity-collection references into an InputStream.ODataSerializer.serviceDocument
(ServiceMetadata serviceMetadata, String serviceRoot) Writes the service document into an InputStream. -
Uses of SerializerException in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that throw SerializerExceptionModifier and TypeMethodDescriptionUriHelper.buildCanonicalURL
(EdmEntitySet edmEntitySet, Entity entity) Builds the relative canonical URL for the given entity in the given entity set.UriHelper.buildContextURLKeyPredicate
(List<UriParameter> keys) Builds the key-predicate part of aContextURL
.UriHelper.buildContextURLSelectList
(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds the select-list part of aContextURL
.UriHelper.buildKeyPredicate
(EdmEntityType edmEntityType, Entity entity) Builds the key predicate for the given entity.