| 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
|
| Modifier and Type | Method and Description |
|---|---|
protected ResWrap<ServiceDocument> |
XMLServiceDocumentDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser jp) |
protected ResWrap<ServiceDocument> |
JSONServiceDocumentDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
ResWrap<ServiceDocument> |
XMLServiceDocumentDeserializer.toServiceDocument(InputStream input) |
ResWrap<ServiceDocument> |
JSONServiceDocumentDeserializer.toServiceDocument(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
ResWrap<Delta> |
AtomDeserializer.delta(InputStream input) |
protected ResWrap<Property> |
JsonPropertyDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
protected ResWrap<ODataErrorDetail> |
JsonODataErrorDetailDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
protected ResWrap<EntityCollection> |
JsonEntitySetDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
protected ResWrap<Entity> |
JsonEntityDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
protected ResWrap<Delta> |
JsonDeltaDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
<T> ResWrap<T> |
ODataReaderImpl.read(InputStream src,
String format,
Class<T> reference) |
ResWrap<Delta> |
JsonDeltaDeserializer.toDelta(InputStream input) |
ResWrap<Delta> |
ClientODataDeserializerImpl.toDelta(InputStream input) |
ResWrap<Entity> |
JsonDeserializer.toEntity(InputStream input) |
ResWrap<Entity> |
ClientODataDeserializerImpl.toEntity(InputStream input) |
ResWrap<Entity> |
AtomDeserializer.toEntity(InputStream input) |
ResWrap<EntityCollection> |
JsonDeserializer.toEntitySet(InputStream input) |
ResWrap<EntityCollection> |
ClientODataDeserializerImpl.toEntitySet(InputStream input) |
ResWrap<EntityCollection> |
AtomDeserializer.toEntitySet(InputStream input) |
ResWrap<Property> |
JsonDeserializer.toProperty(InputStream input) |
ResWrap<Property> |
ClientODataDeserializerImpl.toProperty(InputStream input) |
ResWrap<Property> |
AtomDeserializer.toProperty(InputStream input) |
ResWrap<ServiceDocument> |
ClientODataDeserializerImpl.toServiceDocument(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonEntitySerializer.doContainerSerialize(ResWrap<Entity> container,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected void |
JsonEntitySetSerializer.doContainerSerialize(ResWrap<EntityCollection> container,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected void |
JsonPropertySerializer.doContainerSerialize(ResWrap<Property> container,
com.fasterxml.jackson.core.JsonGenerator jgen) |
ClientDelta |
ODataBinderImpl.getODataDelta(ResWrap<Delta> resource) |
ClientEntity |
ODataBinderImpl.getODataEntity(ResWrap<Entity> resource) |
ClientEntitySet |
ODataBinderImpl.getODataEntitySet(ResWrap<EntityCollection> resource) |
ClientProperty |
ODataBinderImpl.getODataProperty(ResWrap<Property> resource) |
<T> void |
JsonSerializer.write(Writer writer,
ResWrap<T> container) |
<T> void |
AtomSerializer.write(Writer writer,
ResWrap<T> container) |
InputStream |
ODataWriterImpl.writeReference(ResWrap<URI> reference,
ContentType contenType) |
Copyright © 2023. All rights reserved.