| Package | Description | 
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api | Olingo Server API
 The OData Library is a protocol implementation of the OData V4.0 standard. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmPrimitiveType | ClientPrimitiveValue. getType() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EdmEnumTypeAn EdmEnumType represents a set of related values. | 
| interface  | EdmTypeDefinitionAn  EdmTypeDefinitiondefines a specialization of one of the possible primitive types. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmPrimitiveType | EdmTypeDefinition. getUnderlyingType() | 
| EdmPrimitiveType | EdmEnumType. getUnderlyingType() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | EdmPrimitiveType. isCompatible(EdmPrimitiveType primitiveType)Checks type compatibility. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmPrimitiveType | ODataNettyImpl. createPrimitiveTypeInstance(EdmPrimitiveTypeKind kind) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract EdmPrimitiveType | OData. createPrimitiveTypeInstance(EdmPrimitiveTypeKind kind)Creates a primitive-type instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | ODataSerializer. primitive(ServiceMetadata metadata,
         EdmPrimitiveType type,
         Property property,
         PrimitiveSerializerOptions options)Writes primitive-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. primitiveCollection(ServiceMetadata metadata,
                   EdmPrimitiveType type,
                   Property property,
                   PrimitiveSerializerOptions options)Writes data of a collection of primitive-type instances into an InputStream. | 
| InputStream | FixedFormatSerializer. primitiveValue(EdmPrimitiveType type,
              Object value,
              PrimitiveValueSerializerOptions options)Writes the raw value of a primitive-type instance into an InputStream. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.