| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| 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 | 
|---|---|
| EdmComplexType | EdmComplexType. getBaseType() | 
| EdmComplexType | Edm. getComplexType(FullQualifiedName name)Get complex type by full qualified name.. | 
| EdmComplexType | Edm. getComplexTypeWithAnnotations(FullQualifiedName name)Get complex type with annotations by full qualified name.. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdmComplexType> | EdmSchema. getComplexTypes() | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | ODataSerializer. complex(ServiceMetadata metadata,
       EdmComplexType type,
       Property property,
       ComplexSerializerOptions options)Writes complex-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. complexCollection(ServiceMetadata metadata,
                 EdmComplexType type,
                 Property property,
                 ComplexSerializerOptions options)Writes data of a collection of complex-type instances into an InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmComplexType | UriResourceComplexProperty. getComplexType() | 
| EdmComplexType | UriResourceComplexProperty. getComplexTypeFilter()Behind a complex property may be a type filter
 E.g. http://... | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.