Uses of Class
org.apache.olingo.commons.api.data.Linked
Packages that use Linked
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of Linked in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization with parameters of type LinkedModifier and TypeMethodDescriptionprotected voidJsonSerializer.clientLinks(Linked linked, com.fasterxml.jackson.core.JsonGenerator jgen) protected voidJsonDeserializer.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 voidprotected voidODataBinderImpl.links(ClientLinked odataLinked, Linked linked) protected voidODataBinderImpl.odataNavigationLinks(EdmType edmType, Linked linked, ClientLinked odataLinked, String metadataETag, URI base) protected voidJsonSerializer.serverLinks(Linked linked, com.fasterxml.jackson.core.JsonGenerator jgen) -
Uses of Linked in org.apache.olingo.commons.api.data
Subclasses of Linked in org.apache.olingo.commons.api.dataModifier and TypeClassDescriptionclassRepresents the value of a complex property.classclassData representation for a single entity. -
Uses of Linked in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type LinkedModifier and TypeMethodDescriptionprotected voidODataJsonSerializer.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 voidODataJsonSerializer.writeExpandedStreamProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json, Linked linked, ExpandOption expand) protected voidODataJsonSerializer.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)