| 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
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| 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–2023 The Apache Software Foundation. All rights reserved.