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.
|
CommonODataEntity |
CommonODataReader.readEntity(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serializes the first OData entity found.
|
CommonODataEntitySet |
CommonODataReader.readEntitySet(InputStream input,
ODataFormat format)
De-Serializes a stream into an OData entity set.
|
ODataError |
CommonODataReader.readError(InputStream inputStream,
ODataFormat format)
Parses a stream into an OData error.
|
CommonODataProperty |
CommonODataReader.readProperty(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serialize the first OData entity property found.
|
ODataServiceDocument |
CommonODataReader.readServiceDocument(InputStream input,
ODataFormat format)
Parses an OData service document.
|
ResWrap<ServiceDocument> |
ClientODataDeserializer.toServiceDocument(InputStream input)
Gets the ServiceDocument object represented by the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataReader.readEntity(InputStream input,
ODataFormat format) |
ODataEntitySet |
ODataReader.readEntitySet(InputStream input,
ODataFormat format) |
ODataLinkCollection |
ODataReader.readLinks(InputStream input,
ODataFormat format)
Parses a $links request response.
|
ODataProperty |
ODataReader.readProperty(InputStream input,
ODataFormat format) |
ResWrap<LinkCollection> |
ODataDeserializer.toLinkCollection(InputStream input)
Gets a list of links from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataReader.readEntity(InputStream input,
ODataFormat format) |
ODataEntitySet |
ODataReader.readEntitySet(InputStream input,
ODataFormat format) |
ODataProperty |
ODataReader.readProperty(InputStream input,
ODataFormat format) |
ResWrap<Delta> |
ODataDeserializer.toDelta(InputStream input)
Gets a delta object from the given InputStream.
|
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.
|
ODataError |
ODataDeserializer.toError(InputStream input)
Gets the ODataError object represented by the given InputStream.
|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.