| Package | Description |
|---|---|
| org.apache.olingo.client.api.serialization | |
| 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.core.serializer.json |
| Modifier and Type | Method and Description |
|---|---|
Link |
ODataBinder.getLink(ClientLink link)
Gets a Link from the given OData link.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
ODataBinderImpl.getLink(ClientLink link) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonSerializer.link(Link link,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected String |
JsonDeserializer.setInline(String name,
String suffix,
com.fasterxml.jackson.databind.JsonNode tree,
com.fasterxml.jackson.core.ObjectCodec codec,
Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
Linked.getAssociationLink(String name)
Gets association link with given name, if available, otherwise null.
|
Link |
Entity.getEditLink()
Gets entity edit link.
|
Link |
Linked.getNavigationBinding(String name)
Gets binding link with given name, if available, otherwise null.
|
Link |
Linked.getNavigationLink(String name)
Gets navigation link with given name, if available, otherwise null.
|
protected Link |
Linked.getOneByTitle(String name,
List<Link> links) |
Link |
Entity.getSelfLink()
Gets entity self link.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Linked.getAssociationLinks()
Gets association links.
|
List<Link> |
Entity.getMediaEditLinks()
Gets media entity links.
|
List<Link> |
Linked.getNavigationBindings()
Gets binding links.
|
List<Link> |
Linked.getNavigationLinks()
Gets navigation links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setEditLink(Link editLink)
Sets entity edit link.
|
void |
Entity.setSelfLink(Link selfLink)
Sets entity self link.
|
| Modifier and Type | Method and Description |
|---|---|
protected Link |
Linked.getOneByTitle(String name,
List<Link> links) |
| 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) |
Copyright © 2023. All rights reserved.