| Package | Description |
|---|---|
| org.apache.olingo.client.api.serialization | |
| org.apache.olingo.client.core.serialization | |
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.core.deserializer |
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
ODataBinder.getEntitySet(ClientEntitySet entitySet)
Gets a EntitySet from the given OData entity set.
|
| Modifier and Type | Method and Description |
|---|---|
ResWrap<EntityCollection> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
ClientEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntityCollection> resource)
Gets ODataEntitySet from the given entity set resource.
|
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
ODataBinderImpl.getEntitySet(ClientEntitySet odataEntitySet) |
| Modifier and Type | Method and Description |
|---|---|
protected ResWrap<EntityCollection> |
JsonEntitySetDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
ResWrap<EntityCollection> |
JsonDeserializer.toEntitySet(InputStream input) |
ResWrap<EntityCollection> |
ClientODataDeserializerImpl.toEntitySet(InputStream input) |
ResWrap<EntityCollection> |
AtomDeserializer.toEntitySet(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonEntitySetSerializer.doSerialize(EntityCollection entitySet,
com.fasterxml.jackson.core.JsonGenerator jgen) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonEntitySetSerializer.doContainerSerialize(ResWrap<EntityCollection> container,
com.fasterxml.jackson.core.JsonGenerator jgen) |
ClientEntitySet |
ODataBinderImpl.getODataEntitySet(ResWrap<EntityCollection> resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
Delta
A Delta instance contains all added and deleted links and all deleted entities.
|
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
Link.getInlineEntitySet()
Gets in-line entity set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setInlineEntitySet(EntityCollection entitySet)
Sets in-line entity set.
|
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
DeserializerResult.getEntityCollection()
Returns an entity collection.
|
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
DeserializerResultImpl.getEntityCollection() |
| Modifier and Type | Method and Description |
|---|---|
DeserializerResultImpl.DeserializerResultBuilder |
DeserializerResultImpl.DeserializerResultBuilder.entityCollection(EntityCollection entitySet) |
Copyright © 2023. All rights reserved.