| Package | Description |
|---|---|
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.xml |
| Modifier and Type | Method and Description |
|---|---|
ODataSerializer |
ODataNettyImpl.createRxSerializer(ContentType contentType) |
ODataSerializer |
ODataNettyImpl.createSerializer(ContentType contentType) |
ODataSerializer |
ODataNettyImpl.createSerializer(ContentType contentType,
List<String> versions) |
| Modifier and Type | Method and Description |
|---|---|
abstract ODataSerializer |
OData.createRxSerializer(ContentType contentType)
Creates a new serializer object for rendering content in the specified format.
|
abstract ODataSerializer |
OData.createSerializer(ContentType contentType)
Creates a new serializer object for rendering content in the specified format.
|
abstract ODataSerializer |
OData.createSerializer(ContentType contentType,
List<String> versions)
Creates a new serializer object for rendering content in the specified format.
|
| Modifier and Type | Method and Description |
|---|---|
ODataSerializer |
ODataImpl.createRxSerializer(ContentType contentType) |
ODataSerializer |
ODataImpl.createSerializer(ContentType contentType) |
ODataSerializer |
ODataImpl.createSerializer(ContentType contentType,
List<String> versions) |
| 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 | Class and Description |
|---|---|
class |
ODataJsonSerializer |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataXmlSerializer |
Copyright © 2023. All rights reserved.