Modifier and Type | Method and Description |
---|---|
<T> ResWrap<T> |
ODataRawResponse.getBodyAs(Class<T> reference) |
Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ODataEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
<T> ResWrap<T> |
CommonODataReader.read(InputStream src,
String format,
Class<T> reference)
Parses a stream into the object type specified by the given reference.
|
ResWrap<ServiceDocument> |
ClientODataDeserializer.toServiceDocument(InputStream input)
Gets the ServiceDocument object represented by the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntity |
CommonODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
CommonODataEntitySet |
CommonODataBinder.getODataEntitySet(ResWrap<EntitySet> resource)
Gets ODataEntitySet from the given entity set resource.
|
CommonODataProperty |
CommonODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
InputStream |
ODataWriter.writeReference(ResWrap<URI> reference,
ODataFormat format)
Writes a entity reference
|
Modifier and Type | Method and Description |
---|---|
ResWrap<LinkCollection> |
ODataDeserializer.toLinkCollection(InputStream input)
Gets a list of links from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
ODataEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntitySet> resource) |
ODataProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource) |
Modifier and Type | Method and Description |
---|---|
ResWrap<Delta> |
ODataDeserializer.toDelta(InputStream input)
Gets a delta object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ODataDelta |
ODataBinder.getODataDelta(ResWrap<Delta> resource) |
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
ODataEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntitySet> resource) |
ODataProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource) |
Modifier and Type | Method and Description |
---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
ResWrap<EntitySet> |
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.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
ODataSerializer.write(Writer writer,
ResWrap<T> container) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.