Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.ext.pojogen | |
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
|
Modifier and Type | Method and Description |
---|---|
EdmProperty |
EdmKeyPropertyRef.getProperty() |
EdmProperty |
EdmStructuredType.getStructuralProperty(String name)
Get structural property by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
AbstractUtility.getFcProperties(EdmProperty property) |
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() |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.