| 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.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| org.apache.olingo.server.api.deserializer.batch | Olingo Server API - Deserializer - Batch
 
 The deserializer.batch package is used to condense all about the Olingo batch deserialization. | 
| 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 | 
|---|---|
| ODataDeserializer | ODataNettyImpl. createDeserializer(ContentType contentType) | 
| ODataDeserializer | ODataNettyImpl. createDeserializer(ContentType contentType,
                  List<String> versions) | 
| ODataDeserializer | ODataNettyImpl. createDeserializer(ContentType contentType,
                  ServiceMetadata metadata) | 
| ODataDeserializer | ODataNettyImpl. createDeserializer(ContentType contentType,
                  ServiceMetadata metadata,
                  List<String> versions) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeserializerResult | ODataDeserializer. 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. | 
| DeserializerResult | ODataDeserializer. entity(InputStream stream,
      EdmEntityType edmEntityType)Deserializes an entity stream into an  Entityobject. | 
| DeserializerResult | ODataDeserializer. entityCollection(InputStream stream,
                EdmEntityType edmEntityType)Deserializes an entity collection stream into an  EntityCollectionobject. | 
| DeserializerResult | ODataDeserializer. entityReferences(InputStream stream)Reads entity references from the provided document. | 
| Parameter | FixedFormatDeserializer. parameter(String content,
         EdmParameter parameter)Reads parameter data (in URI syntax) from a String. | 
| Object | FixedFormatDeserializer. primitiveValue(InputStream content,
              EdmProperty property)Reads primitive-type data from an InputStream. | 
| DeserializerResult | ODataDeserializer. property(InputStream stream,
        EdmProperty edmProperty)Deserializes the Property or collections of properties (primitive & complex). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BatchDeserializerException | 
| Modifier and Type | Method and Description | 
|---|---|
| UriResourceEntitySet | UriHelper. parseEntityId(Edm edm,
             String entityId,
             String rawServiceRoot)Parses a given entity-id. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.