Uses of Class
org.apache.olingo.commons.api.data.ContextURL
Packages that use ContextURL
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Serializer
-
Uses of ContextURL in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return ContextURL -
Uses of ContextURL in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return ContextURLModifier and TypeMethodDescriptionContextURL.Builder.build()Create the ContextURL instance based on set values. -
Uses of ContextURL in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ContextURLModifier and TypeMethodDescriptionComplexSerializerOptions.getContextURL()Gets theContextURL.EdmAssistedSerializerOptions.getContextURL()Gets theContextURL.EntityCollectionSerializerOptions.getContextURL()Gets theContextURL.EntitySerializerOptions.getContextURL()Gets theContextURL.PrimitiveSerializerOptions.getContextURL()Gets theContextURL.ReferenceCollectionSerializerOptions.getContextURL()Gets theContextURL.ReferenceSerializerOptions.getContextURL()Gets theContextURL.Methods in org.apache.olingo.server.api.serializer with parameters of type ContextURLModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.EdmAssistedSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.EntityCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.EntitySerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.PrimitiveSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.ReferenceCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL.ReferenceSerializerOptions.Builder.contextURL(ContextURL contextURL) Sets theContextURL. -
Uses of ContextURL in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json that return ContextURLModifier and TypeMethodDescriptionprotected ContextURLODataJsonSerializer.checkContextURL(ContextURL contextURL) Methods in org.apache.olingo.server.core.serializer.json with parameters of type ContextURLModifier and TypeMethodDescriptionprotected ContextURLODataJsonSerializer.checkContextURL(ContextURL contextURL) protected SerializerResultEdmAssistedJsonSerializer.serialize(ServiceMetadata metadata, EdmEntityType entityType, AbstractODataObject obj, ContextURL contextURL) voidJsonDeltaSerializer.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json) voidJsonDeltaSerializerWithNavigations.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 voidODataJsonSerializer.writeContextURL(ContextURL contextURL, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.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) -
Uses of ContextURL in org.apache.olingo.server.core.serializer.utils
Methods in org.apache.olingo.server.core.serializer.utils with parameters of type ContextURL