| Package | Description |
|---|---|
| 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 |
|---|---|
abstract ODataDeserializer |
OData.createDeserializer(org.apache.olingo.commons.api.format.ContentType contentType)
Creates a new deserializer object for reading content in the specified format.
|
abstract ODataDeserializer |
OData.createDeserializer(org.apache.olingo.commons.api.format.ContentType contentType,
List<String> versions)
Creates a new deserializer object for reading content in the specified format.
|
abstract ODataDeserializer |
OData.createDeserializer(org.apache.olingo.commons.api.format.ContentType contentType,
ServiceMetadata metadata)
Creates a new deserializer object for reading content in the specified format.
|
abstract ODataDeserializer |
OData.createDeserializer(org.apache.olingo.commons.api.format.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,
org.apache.olingo.commons.api.edm.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,
org.apache.olingo.commons.api.edm.EdmEntityType edmEntityType)
Deserializes an entity stream into an
Entity object. |
DeserializerResult |
ODataDeserializer.entityCollection(InputStream stream,
org.apache.olingo.commons.api.edm.EdmEntityType edmEntityType)
Deserializes an entity collection stream into an
EntityCollection object. |
DeserializerResult |
ODataDeserializer.entityReferences(InputStream stream)
Reads entity references from the provided document.
|
org.apache.olingo.commons.api.data.Parameter |
FixedFormatDeserializer.parameter(String content,
org.apache.olingo.commons.api.edm.EdmParameter parameter)
Reads parameter data (in URI syntax) from a String.
|
Object |
FixedFormatDeserializer.primitiveValue(InputStream content,
org.apache.olingo.commons.api.edm.EdmProperty property)
Reads primitive-type data from an InputStream.
|
DeserializerResult |
ODataDeserializer.property(InputStream stream,
org.apache.olingo.commons.api.edm.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(org.apache.olingo.commons.api.edm.Edm edm,
String entityId,
String rawServiceRoot)
Parses a given entity-id.
|
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.