Package | Description |
---|---|
org.apache.olingo.netty.server.core | |
org.apache.olingo.server.api |
Olingo Server API
|
org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
org.apache.olingo.server.api.deserializer.batch |
Olingo Server API - Deserializer - Batch
|
org.apache.olingo.server.api.uri |
Olingo URI
|
Modifier and Type | Method and Description |
---|---|
ODataDeserializer |
ODataNettyImpl.createDeserializer(ContentType contentType) |
ODataDeserializer |
ODataNettyImpl.createDeserializer(ContentType contentType,
ServiceMetadata metadata) |
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,
ServiceMetadata metadata)
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
Entity object. |
DeserializerResult |
ODataDeserializer.entityCollection(InputStream stream,
EdmEntityType edmEntityType)
Deserializes an entity collection stream into an
EntityCollection object. |
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–2018 The Apache Software Foundation. All rights reserved.