| 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.core.serializer.json |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonSerializer.clientLinks(Linked linked,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected void |
ODataBinderImpl.links(ClientLinked odataLinked,
Linked linked) |
protected void |
JsonSerializer.links(Linked linked,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected void |
JsonDeserializer.links(Map.Entry<String,com.fasterxml.jackson.databind.JsonNode> field,
Linked linked,
Set<String> toRemove,
com.fasterxml.jackson.databind.JsonNode tree,
com.fasterxml.jackson.core.ObjectCodec codec) |
protected void |
ODataBinderImpl.odataNavigationLinks(EdmType edmType,
Linked linked,
ClientLinked odataLinked,
String metadataETag,
URI base) |
protected void |
JsonSerializer.serverLinks(Linked linked,
com.fasterxml.jackson.core.JsonGenerator jgen) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexValue
Represents the value of a complex property.
|
class |
DeletedEntity |
class |
Entity
Data representation for a single entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODataJsonSerializer.writeComplexValue(ServiceMetadata metadata,
EdmComplexType type,
List<Property> properties,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json,
Set<List<String>> expandedPaths,
Linked linked,
ExpandOption expand,
String complexPropName) |
protected void |
ODataJsonSerializer.writeExpandedStreamProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
Integer toDepth,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeNavigationProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
Integer toDepth,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializerWithNavigations.writeNavigationProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
protected void |
ODataJsonSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json,
Linked linked,
ExpandOption expand) |
protected void |
ODataJsonSerializer.writeProperty(ServiceMetadata metadata,
EdmProperty edmProperty,
Property property,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json,
Set<List<String>> expandedPaths,
Linked linked,
ExpandOption expand) |
Copyright © 2023. All rights reserved.