| Package | Description |
|---|---|
| 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.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.utils |
| Modifier and Type | Method and Description |
|---|---|
static ContextURL |
ContextURLParser.parse(URI contextURL) |
| Modifier and Type | Method and Description |
|---|---|
ContextURL |
ContextURL.Builder.build()
Create the ContextURL instance based on set values.
|
| Modifier and Type | Method and Description |
|---|---|
ContextURL |
ReferenceSerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
ReferenceCollectionSerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
PrimitiveSerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
EntitySerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
EntityCollectionSerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
EdmAssistedSerializerOptions.getContextURL()
Gets the
ContextURL. |
ContextURL |
ComplexSerializerOptions.getContextURL()
Gets the
ContextURL. |
| Modifier and Type | Method and Description |
|---|---|
ReferenceSerializerOptions.Builder |
ReferenceSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
ReferenceCollectionSerializerOptions.Builder |
ReferenceCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
PrimitiveSerializerOptions.Builder |
PrimitiveSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
EntitySerializerOptions.Builder |
EntitySerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
EdmAssistedSerializerOptions.Builder |
EdmAssistedSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
ComplexSerializerOptions.Builder |
ComplexSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL. |
| Modifier and Type | Method and Description |
|---|---|
protected ContextURL |
ODataJsonSerializer.checkContextURL(ContextURL contextURL) |
| Modifier and Type | Method and Description |
|---|---|
protected ContextURL |
ODataJsonSerializer.checkContextURL(ContextURL contextURL) |
protected SerializerResult |
EdmAssistedJsonSerializer.serialize(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractODataObject obj,
ContextURL contextURL) |
void |
JsonDeltaSerializer.writeAddedUpdatedEntity(ServiceMetadata metadata,
EdmEntityType entityType,
Entity entity,
ExpandOption expand,
SelectOption select,
ContextURL url,
boolean onlyReference,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
JsonDeltaSerializerWithNavigations.writeAddedUpdatedEntity(ServiceMetadata metadata,
EdmEntityType entityType,
Entity entity,
ExpandOption expand,
SelectOption select,
ContextURL url,
boolean onlyReference,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
protected void |
ODataJsonSerializer.writeContextURL(ContextURL contextURL,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeEntity(ServiceMetadata metadata,
EdmEntityType entityType,
Entity entity,
ContextURL contextURL,
ExpandOption expand,
Integer toDepth,
SelectOption select,
boolean onlyReference,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
| Modifier and Type | Method and Description |
|---|---|
static URI |
ContextURLBuilder.create(ContextURL contextURL) |
Copyright © 2023. All rights reserved.