Package | Description |
---|---|
org.apache.olingo.client.api.communication.response | |
org.apache.olingo.client.api.domain | |
org.apache.olingo.client.api.serialization |
Modifier and Type | Method and Description |
---|---|
<T> ResWrap<T> |
ODataRawResponse.getBodyAs(Class<T> reference) |
Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ClientEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
<T> ResWrap<T> |
ODataReader.read(InputStream src,
String format,
Class<T> reference)
Parses a stream into the object type specified by the given reference.
|
ResWrap<Delta> |
ClientODataDeserializer.toDelta(InputStream input)
Gets a delta object from the given InputStream.
|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
ResWrap<EntityCollection> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
ResWrap<ServiceDocument> |
ClientODataDeserializer.toServiceDocument(InputStream input)
Gets the ServiceDocument object represented by the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ClientDelta |
ODataBinder.getODataDelta(ResWrap<Delta> resource) |
ClientEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
ClientEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntityCollection> resource)
Gets ODataEntitySet from the given entity set resource.
|
ClientProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
<T> void |
ODataSerializer.write(Writer writer,
ResWrap<T> container) |
InputStream |
ODataWriter.writeReference(ResWrap<URI> reference,
ContentType format)
Writes a entity reference
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.