| Package | Description |
|---|---|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.api.uri |
Olingo URI
|
| org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.utils | |
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
EntitySerializerOptions.getSelect()
Gets the $select system query option.
|
SelectOption |
EntityCollectionSerializerOptions.getSelect()
Gets the $select system query option.
|
SelectOption |
ComplexSerializerOptions.getSelect()
Gets the $select system query option.
|
| Modifier and Type | Method and Description |
|---|---|
EntitySerializerOptions.Builder |
EntitySerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
ComplexSerializerOptions.Builder |
ComplexSerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
UriInfoResource.getSelectOption() |
SelectOption |
UriInfoEntityId.getSelectOption() |
SelectOption |
UriInfoCrossjoin.getSelectOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelper.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds the select-list part of a
ContextURL. |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
ExpandItem.getSelectOption() |
| Modifier and Type | Method and Description |
|---|---|
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.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) |
protected void |
JsonDeltaSerializerWithNavigations.writeEntitySet(ServiceMetadata metadata,
EdmEntityType entityType,
AbstractEntityCollection entitySet,
ExpandOption expand,
SelectOption select,
boolean onlyReference,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
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.writeExpandedNavigationProperty(ServiceMetadata metadata,
EdmNavigationProperty property,
Link navigationLink,
ExpandOption innerExpand,
Integer toDepth,
SelectOption innerSelect,
CountOption innerCount,
boolean writeOnlyCount,
boolean writeOnlyRef,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializerWithNavigations.writeExpandedNavigationProperty(ServiceMetadata metadata,
EdmNavigationProperty property,
Link navigationLink,
ExpandOption innerExpand,
SelectOption innerSelect,
CountOption innerCount,
boolean writeOnlyCount,
boolean writeOnlyRef,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
protected void |
JsonDeltaSerializerWithNavigations.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json,
Linked linked,
ExpandOption expand) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ContextURLHelper.buildSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds a list of selected Properties for the ContextURL,
taking care to preserve the order as defined in the EDM;
returns NULL if no selection has taken place.
|
static boolean |
ExpandSelectHelper.hasSelect(SelectOption select) |
static boolean |
ExpandSelectHelper.isAll(SelectOption select) |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
UriInfoImpl.getSelectOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelperImpl.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select) |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
SelectParser.parse(UriTokenizer tokenizer,
EdmStructuredType referencedType,
boolean referencedIsCollection) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectOptionImpl |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
ExpandItemImpl.getSelectOption() |
Copyright © 2023. All rights reserved.