Package | Description |
---|---|
org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
Modifier and Type | Method and Description |
---|---|
ContextURL |
ContextURL.Builder.build()
Create the ContextURL instance based on set values.
|
Modifier and Type | Method and Description |
---|---|
ContextURL |
ReferenceSerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
ReferenceCollectionSerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
PrimitiveSerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
EntitySerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
EntityCollectionSerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
EdmAssistedSerializerOptions.getContextURL()
Gets the
ContextURL . |
ContextURL |
ComplexSerializerOptions.getContextURL()
Gets the
ContextURL . |
Modifier and Type | Method and Description |
---|---|
ReferenceSerializerOptions.Builder |
ReferenceSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
ReferenceCollectionSerializerOptions.Builder |
ReferenceCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
PrimitiveSerializerOptions.Builder |
PrimitiveSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
EntitySerializerOptions.Builder |
EntitySerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
EdmAssistedSerializerOptions.Builder |
EdmAssistedSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
ComplexSerializerOptions.Builder |
ComplexSerializerOptions.Builder.contextURL(ContextURL contextURL)
Sets the
ContextURL . |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.