| Package | Description | 
|---|---|
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api | Olingo Server API
 The OData Library is a protocol implementation of the OData V4.0 standard. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmAssistedSerializer | ODataNettyImpl. createEdmAssistedSerializer(ContentType contentType) | 
| EdmAssistedSerializer | ODataNettyImpl. createEdmAssistedSerializer(ContentType contentType,
                           List<String> versions) | 
| EdmDeltaSerializer | ODataNettyImpl. createEdmDeltaSerializer(ContentType contentType,
                        List<String> versions) | 
| ODataSerializer | ODataNettyImpl. createSerializer(ContentType contentType) | 
| ODataSerializer | ODataNettyImpl. createSerializer(ContentType contentType,
                List<String> versions) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BatchSerializerExceptionThrown for invalid batch payloads. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | FixedFormatSerializer. asyncResponse(ODataResponse odataResponse)Serializes a ODataResponse into an async response. | 
| InputStream | FixedFormatSerializer. binary(byte[] binary)Writes binary output into an InputStream. | 
| SerializerResult | ODataSerializer. complex(ServiceMetadata metadata,
       EdmComplexType type,
       Property property,
       ComplexSerializerOptions options)Writes complex-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. complexCollection(ServiceMetadata metadata,
                 EdmComplexType type,
                 Property property,
                 ComplexSerializerOptions options)Writes data of a collection of complex-type instances into an InputStream. | 
| InputStream | FixedFormatSerializer. count(Integer count)Writes a count into an InputStream as plain text. | 
| SerializerResult | ODataSerializer. entity(ServiceMetadata metadata,
      EdmEntityType entityType,
      Entity entity,
      EntitySerializerOptions options)Writes entity data into an InputStream. | 
| SerializerResult | EdmAssistedSerializer. entityCollection(ServiceMetadata metadata,
                EdmEntityType referencedEntityType,
                AbstractEntityCollection entityCollection,
                EdmAssistedSerializerOptions options)Writes entity-collection data into an InputStream. | 
| SerializerResult | ODataSerializer. entityCollection(ServiceMetadata metadata,
                EdmEntityType entityType,
                AbstractEntityCollection entitySet,
                EntityCollectionSerializerOptions options)Writes entity-collection data into an InputStream. | 
| SerializerResult | EdmDeltaSerializer. entityCollection(ServiceMetadata metadata,
                EdmEntityType referencedEntityType,
                Delta delta,
                EntityCollectionSerializerOptions options)Writes collection of delta-response into an InputStream. | 
| SerializerStreamResult | ODataSerializer. entityCollectionStreamed(ServiceMetadata metadata,
                        EdmEntityType entityType,
                        EntityIterator entities,
                        EntityCollectionSerializerOptions options)Writes entity-collection data into an InputStream. | 
| SerializerResult | ODataSerializer. error(ODataServerError error)Writes an ODataError into an InputStream. | 
| SerializerStreamResult | FixedFormatSerializer. mediaEntityStreamed(EntityMediaObject mediaEntity)Writes bytes to an Input stream | 
| SerializerResult | ODataSerializer. metadataDocument(ServiceMetadata serviceMetadata)Writes the metadata document into an InputStream. | 
| SerializerResult | ODataSerializer. primitive(ServiceMetadata metadata,
         EdmPrimitiveType type,
         Property property,
         PrimitiveSerializerOptions options)Writes primitive-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. primitiveCollection(ServiceMetadata metadata,
                   EdmPrimitiveType type,
                   Property property,
                   PrimitiveSerializerOptions options)Writes data of a collection of primitive-type instances into an InputStream. | 
| InputStream | FixedFormatSerializer. primitiveValue(EdmPrimitiveType type,
              Object value,
              PrimitiveValueSerializerOptions options)Writes the raw value of a primitive-type instance into an InputStream. | 
| SerializerResult | ODataSerializer. reference(ServiceMetadata metadata,
         EdmEntitySet edmEntitySet,
         Entity entity,
         ReferenceSerializerOptions options)Writes a single entity reference into an InputStream. | 
| SerializerResult | ODataSerializer. referenceCollection(ServiceMetadata metadata,
                   EdmEntitySet edmEntitySet,
                   AbstractEntityCollection entityCollection,
                   ReferenceCollectionSerializerOptions options)Writes entity-collection references into an InputStream. | 
| SerializerResult | ODataSerializer. serviceDocument(ServiceMetadata serviceMetadata,
               String serviceRoot)Writes the service document into an InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | UriHelper. buildCanonicalURL(EdmEntitySet edmEntitySet,
                 Entity entity)Builds the relative canonical URL for the given entity in the given entity set. | 
| String | UriHelper. buildContextURLKeyPredicate(List<UriParameter> keys)Builds the key-predicate part of a  ContextURL. | 
| String | UriHelper. buildContextURLSelectList(EdmStructuredType type,
                         ExpandOption expand,
                         SelectOption select)Builds the select-list part of a  ContextURL. | 
| String | UriHelper. buildKeyPredicate(EdmEntityType edmEntityType,
                 Entity entity)Builds the key predicate for the given entity. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.