| 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.uri | |
| org.apache.olingo.server.core.uri.queryoption |
| Modifier and Type | Method and Description |
|---|---|
CountOption |
ReferenceCollectionSerializerOptions.getCount()
Gets the $count system query option.
|
CountOption |
EntityCollectionSerializerOptions.getCount()
Gets the $count system query option.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceCollectionSerializerOptions.Builder |
ReferenceCollectionSerializerOptions.Builder.count(CountOption count)
Sets the $count system query option.
|
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.count(CountOption count)
Sets the $count system query option.
|
| Modifier and Type | Method and Description |
|---|---|
CountOption |
UriInfoResource.getCountOption() |
CountOption |
UriInfoCrossjoin.getCountOption() |
CountOption |
UriInfoAll.getCountOption() |
| Modifier and Type | Method and Description |
|---|---|
CountOption |
ExpandItem.getCountOption() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
CountOption |
UriInfoImpl.getCountOption() |
| Modifier and Type | Class and Description |
|---|---|
class |
CountOptionImpl |
| Modifier and Type | Method and Description |
|---|---|
CountOption |
ExpandItemImpl.getCountOption() |
Copyright © 2023. All rights reserved.