| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityCollection |
class |
Delta
A Delta instance contains all added and deleted links and all deleted entities.
|
class |
EntityCollection
Data representation for a collection of single entities.
|
class |
EntityIterator
Data representation as an Iterator for a collection of single entities.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerStreamResult |
ODataSerializer.entityCollectionStreamed(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollectionObject entities,
EntityCollectionSerializerOptions options)
Writes entity-collection data into an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
static ODataWritableContent.ODataWritableContentBuilder |
ODataWritableContent.with(AbstractEntityCollectionObject entitySet,
EdmEntityType entityType,
ODataSerializer serializer,
ServiceMetadata metadata,
EntityCollectionSerializerOptions options) |
| Constructor and Description |
|---|
ODataWritableContentBuilder(AbstractEntityCollectionObject entities,
EdmEntityType entityType,
ODataSerializer serializer,
ServiceMetadata metadata,
EntityCollectionSerializerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataJsonSerializer.entityCollectionIntoStream(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollectionObject entitySet,
EntityCollectionSerializerOptions options,
OutputStream outputStream) |
SerializerStreamResult |
ODataJsonSerializer.entityCollectionStreamed(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollectionObject entities,
EntityCollectionSerializerOptions options) |
protected void |
ODataJsonSerializer.writeEntitySet(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollectionObject entitySet,
ExpandOption expand,
Integer toDepth,
SelectOption select,
boolean onlyReference,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeNextLink(AbstractEntityCollectionObject entitySet,
com.fasterxml.jackson.core.JsonGenerator json) |
| Modifier and Type | Method and Description |
|---|---|
SerializerStreamResult |
ODataXmlSerializer.entityCollectionStreamed(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollectionObject entities,
EntityCollectionSerializerOptions options) |
Copyright © 2023. All rights reserved.