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.createRxSerializer(ContentType contentType) 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 EdmAssistedSerializerOData.createEdmAssistedSerializer(ContentType contentType) Creates a new serializer object capable of working without EDM information for rendering content in the specified format.abstract EdmAssistedSerializerOData.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 EdmDeltaSerializerOData.createEdmDeltaSerializer(ContentType contentType, List<String> versions) Creates a new serializer object capable of working without EDM information for rendering content in the specified format.abstract ODataSerializerOData.createRxSerializer(ContentType contentType) Creates a new serializer object for rendering content in the specified format.abstract ODataSerializerOData.createSerializer(ContentType contentType) Creates a new serializer object for rendering content in the specified format.abstract ODataSerializerOData.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 TypeClassDescriptionclassThrown 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, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream.ODataSerializer.error(ODataServerError error) Writes an ODataError into an InputStream.FixedFormatSerializer.mediaEntityStreamed(InputStream inputStream) Writes Input stream to an output streamFixedFormatSerializer.mediaEntityStreamed(EntityMediaObject mediaEntity) Writes bytes to an Output 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. -
Uses of SerializerException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type SerializerExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(SerializerException e, Locale requestedLocale) Methods in org.apache.olingo.server.core that throw SerializerExceptionModifier and TypeMethodDescriptionODataImpl.createEdmAssistedSerializer(ContentType contentType) ODataImpl.createEdmAssistedSerializer(ContentType contentType, List<String> versions) ODataImpl.createEdmDeltaSerializer(ContentType contentType, List<String> versions) ODataImpl.createRxSerializer(ContentType contentType) ODataImpl.createSerializer(ContentType contentType) ODataImpl.createSerializer(ContentType contentType, List<String> versions) -
Uses of SerializerException in org.apache.olingo.server.core.serializer
Methods in org.apache.olingo.server.core.serializer that throw SerializerExceptionModifier and TypeMethodDescriptionFixedFormatSerializerImpl.asyncResponse(ODataResponse odataResponse) FixedFormatSerializerImpl.binary(byte[] binary) protected voidFixedFormatSerializerImpl.binary(InputStream inputStream, OutputStream outputStream) protected voidFixedFormatSerializerImpl.binary(EntityMediaObject mediaEntity, OutputStream outputStream) voidFixedFormatSerializerImpl.binaryIntoStreamed(InputStream inputStream, OutputStream outputStream) voidFixedFormatSerializerImpl.binaryIntoStreamed(EntityMediaObject mediaEntity, OutputStream outputStream) FixedFormatSerializerImpl.mediaEntityStreamed(InputStream inputStream) FixedFormatSerializerImpl.mediaEntityStreamed(EntityMediaObject mediaEntity) FixedFormatSerializerImpl.primitiveValue(EdmPrimitiveType type, Object value, PrimitiveValueSerializerOptions options) AsyncResponseSerializer.serialize(ODataResponse response) -
Uses of SerializerException in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json that throw SerializerExceptionModifier and TypeMethodDescriptionprotected ContextURLODataJsonSerializer.checkContextURL(ContextURL contextURL) ODataJsonSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataJsonSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) protected voidEdmAssistedJsonSerializer.doSerialize(EdmEntityType entityType, AbstractEntityCollection entityCollection, String contextURLString, String metadataETag, com.fasterxml.jackson.core.JsonGenerator json) protected voidEdmAssistedJsonSerializer.doSerialize(EdmEntityType entityType, Entity entity, String contextURLString, String metadataETag, com.fasterxml.jackson.core.JsonGenerator json) EdmAssistedJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EdmAssistedSerializerOptions options) ODataJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) EdmAssistedJsonSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) JsonDeltaSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) JsonDeltaSerializerWithNavigations.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) ODataJsonSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) voidODataJsonSerializer.entityCollectionIntoStream(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, EntityCollectionSerializerOptions options, OutputStream outputStream) ODataJsonSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) ODataJsonSerializer.error(ODataServerError error) protected StringODataJsonSerializer.getEntityId(Entity entity, EdmEntityType entityType, String name) Get the ascii representation of the entity id or thrown anSerializerExceptionif id isnull.ODataJsonSerializer.metadataDocument(ServiceMetadata serviceMetadata) ODataJsonSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataJsonSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) protected voidEdmAssistedJsonSerializer.primitiveValue(com.fasterxml.jackson.core.JsonGenerator json, EdmPrimitiveType valueType, String typeName, EdmProperty edmProperty, Object value) ODataJsonSerializer.reference(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) ODataJsonSerializer.referenceCollection(ServiceMetadata metadata, EdmEntitySet edmEntitySet, AbstractEntityCollection entityCollection, ReferenceCollectionSerializerOptions options) protected EdmComplexTypeJsonDeltaSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeJsonDeltaSerializerWithNavigations.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmComplexTypeODataJsonSerializer.resolveComplexType(ServiceMetadata metadata, EdmComplexType baseType, String derivedTypeName) protected EdmEntityTypeODataJsonSerializer.resolveEntityType(ServiceMetadata metadata, EdmEntityType baseType, String derivedTypeName) protected SerializerResultEdmAssistedJsonSerializer.serialize(ServiceMetadata metadata, EdmEntityType entityType, AbstractODataObject obj, ContextURL contextURL) ODataJsonSerializer.serviceDocument(ServiceMetadata metadata, String serviceRoot) protected voidEdmAssistedJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator json, Valuable valuable, String name, EdmType type, EdmProperty edmProperty) voidJsonDeltaSerializer.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json) voidJsonDeltaSerializerWithNavigations.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidJsonDeltaSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand, String complexPropName) protected voidODataJsonSerializer.writeEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ContextURL contextURL, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializer.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, Delta entitySet, EntityCollectionSerializerOptions options, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, ExpandOption expand, SelectOption select, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidJsonDeltaSerializerWithNavigations.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, Delta entitySet, EntityCollectionSerializerOptions options, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) voidODataErrorSerializer.writeErrorDocument(com.fasterxml.jackson.core.JsonGenerator json, ODataError error) protected voidJsonDeltaSerializerWithNavigations.writeExpandedNavigationProperty(ServiceMetadata metadata, EdmNavigationProperty property, Link navigationLink, ExpandOption innerExpand, SelectOption innerSelect, CountOption innerCount, boolean writeOnlyCount, boolean writeOnlyRef, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeExpandedNavigationProperty(ServiceMetadata metadata, EdmNavigationProperty property, Link navigationLink, ExpandOption innerExpand, Integer toDepth, SelectOption innerSelect, CountOption innerCount, boolean writeOnlyCount, boolean writeOnlyRef, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeExpandedStreamProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeGeoValue(String name, EdmPrimitiveType type, Geospatial geoValue, Boolean isNullable, com.fasterxml.jackson.core.JsonGenerator json, SRID parentSrid) Writes a geospatial value following the GeoJSON specification defined in RFC 7946.voidODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnEntity(List<Annotation> annotations, com.fasterxml.jackson.core.JsonGenerator json) Write the instance annotation of an entityvoidODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnProperties(EdmProperty edmProperty, Property property, com.fasterxml.jackson.core.JsonGenerator json) Write instance annotation of a propertyvoidMetadataDocumentJsonSerializer.writeMetadataDocument(com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json, Linked linked, ExpandOption expand) protected voidJsonDeltaSerializer.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand) Constructors in org.apache.olingo.server.core.serializer.json that throw SerializerExceptionModifierConstructorDescriptionMetadataDocumentJsonSerializer(ServiceMetadata serviceMetadata) ServiceDocumentJsonSerializer(ServiceMetadata metadata, String serviceRoot, boolean isODataMetadataNone) -
Uses of SerializerException in org.apache.olingo.server.core.serializer.utils
Methods in org.apache.olingo.server.core.serializer.utils with parameters of type SerializerExceptionModifier and TypeMethodDescriptionstatic voidOutputStreamHelper.closeCircleStreamBufferOutput(OutputStream outputStream, SerializerException cachedException) Methods in org.apache.olingo.server.core.serializer.utils that throw SerializerExceptionModifier and TypeMethodDescriptionstatic StringContextURLHelper.buildKeyPredicate(List<UriParameter> keys) Builds a key predicate for the ContextURL.static StringContextURLHelper.buildSelectList(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds a list of selected Properties for the ContextURL, taking care to preserve the order as defined in the EDM; returns NULL if no selection has taken place.static voidOutputStreamHelper.closeCircleStreamBufferOutput(OutputStream outputStream, SerializerException cachedException) ExpandSelectHelper.getExpandedPropertyNames(List<ExpandItem> expandItems) -
Uses of SerializerException in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml that throw SerializerExceptionModifier and TypeMethodDescriptionODataXmlSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) ODataXmlSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) ODataXmlSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) ODataXmlSerializer.error(ODataServerError error) ODataXmlSerializer.metadataDocument(ServiceMetadata serviceMetadata) ODataXmlSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataXmlSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataXmlSerializer.reference(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) ODataXmlSerializer.referenceCollection(ServiceMetadata metadata, EdmEntitySet edmEntitySet, AbstractEntityCollection entityCollection, ReferenceCollectionSerializerOptions options) ODataXmlSerializer.serviceDocument(ServiceMetadata metadata, String serviceRoot) Constructors in org.apache.olingo.server.core.serializer.xml that throw SerializerException -
Uses of SerializerException in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that throw SerializerExceptionModifier and TypeMethodDescriptionUriHelperImpl.buildCanonicalURL(EdmEntitySet edmEntitySet, Entity entity) UriHelperImpl.buildContextURLKeyPredicate(List<UriParameter> keys) UriHelperImpl.buildContextURLSelectList(EdmStructuredType type, ExpandOption expand, SelectOption select) UriHelperImpl.buildKeyPredicate(EdmEntityType edmEntityType, Entity entity)