| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.api.uri |
Olingo URI
|
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.deserializer.json | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
EdmProperty |
EdmKeyPropertyRef.getProperty() |
EdmProperty |
EdmStructuredType.getStructuralProperty(String name)
Get structural property by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmProperty |
EdmKeyPropertyRefImpl.getProperty() |
EdmProperty |
AbstractEdmStructuredType.getStructuralProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdmProperty> |
AbstractEdmStructuredType.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
Object |
FixedFormatDeserializer.primitiveValue(InputStream content,
EdmProperty property)
Reads primitive-type data from an InputStream.
|
DeserializerResult |
ODataDeserializer.property(InputStream stream,
EdmProperty edmProperty)
Deserializes the Property or collections of properties (primitive & complex).
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveValueSerializerOptions.Builder |
PrimitiveValueSerializerOptions.Builder.facetsFrom(EdmProperty property)
Sets all facets from an EDM property.
|
PrimitiveSerializerOptions.Builder |
PrimitiveSerializerOptions.Builder.facetsFrom(EdmProperty property)
Sets all facets from an EDM property.
|
| Modifier and Type | Method and Description |
|---|---|
EdmProperty |
UriResourceProperty.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Object |
FixedFormatDeserializerImpl.primitiveValue(InputStream content,
EdmProperty property) |
| Modifier and Type | Method and Description |
|---|---|
DeserializerResult |
ODataJsonDeserializer.property(InputStream stream,
EdmProperty edmProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EdmAssistedJsonSerializer.primitiveValue(com.fasterxml.jackson.core.JsonGenerator json,
EdmPrimitiveType valueType,
String typeName,
EdmProperty edmProperty,
Object value) |
protected void |
EdmAssistedJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator json,
Valuable valuable,
String name,
EdmType type,
EdmProperty edmProperty) |
void |
ODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnProperties(EdmProperty edmProperty,
Property property,
com.fasterxml.jackson.core.JsonGenerator json)
Write instance annotation of a property
|
protected void |
JsonDeltaSerializerWithNavigations.writeProperty(ServiceMetadata metadata,
EdmProperty edmProperty,
Property property,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeProperty(ServiceMetadata metadata,
EdmProperty edmProperty,
Property property,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
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) |
| Modifier and Type | Method and Description |
|---|---|
EdmProperty |
UriResourcePrimitivePropertyImpl.getProperty() |
EdmProperty |
UriResourceComplexPropertyImpl.getProperty() |
| Constructor and Description |
|---|
UriResourceComplexPropertyImpl(EdmProperty property) |
UriResourcePrimitivePropertyImpl(EdmProperty property) |
| Modifier and Type | Method and Description |
|---|---|
protected static UriParameter |
ParserHelper.createUriParameter(EdmProperty edmProperty,
String parameterName,
String literalValue,
Edm edm,
EdmType referringType,
Map<String,AliasQueryOption> aliases) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicProperty
A dynamic EDM property containing an aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
EdmProperty |
DynamicStructuredType.getStructuralProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
DynamicStructuredType |
DynamicStructuredType.addProperty(EdmProperty property) |
Copyright © 2023. All rights reserved.