| Package | Description |
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.client.core.domain | |
| 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.commons.core.edm.primitivetype | |
| org.apache.olingo.netty.server.core | |
| org.apache.olingo.server.api |
Olingo Server API
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.serializer | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.xml | |
| org.apache.olingo.server.core.uri.parser |
| Modifier and Type | Method and Description |
|---|---|
EdmPrimitiveType |
ClientPrimitiveValue.getType() |
| Modifier and Type | Method and Description |
|---|---|
EdmPrimitiveType |
ClientPrimitiveValueImpl.getType() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmEnumType
An EdmEnumType represents a set of related values.
|
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines 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 | Class and Description |
|---|---|
class |
EdmEnumTypeImpl |
class |
EdmTypeDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmPrimitiveType |
EdmTypeDefinitionImpl.getUnderlyingType() |
EdmPrimitiveType |
EdmEnumTypeImpl.getUnderlyingType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdmTypeDefinitionImpl.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmEnumTypeImpl.isCompatible(EdmPrimitiveType primitiveType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeospatialType<T extends Geospatial> |
class |
EdmBinary
Implementation of the EDM primitive type Binary.
|
class |
EdmBoolean
Implementation of the EDM primitive type Boolean.
|
class |
EdmByte
Implementation of the EDM primitive type Byte.
|
class |
EdmDate
Implementation of the EDM primitive type Date.
|
class |
EdmDateTimeOffset
Implementation of the EDM primitive type DateTimeOffset.
|
class |
EdmDecimal
Implementation of the EDM primitive type Decimal.
|
class |
EdmDouble
Implementation of the EDM primitive type Double.
|
class |
EdmDuration |
class |
EdmGeography |
class |
EdmGeographyCollection |
class |
EdmGeographyLineString |
class |
EdmGeographyMultiLineString |
class |
EdmGeographyMultiPoint |
class |
EdmGeographyMultiPolygon |
class |
EdmGeographyPoint |
class |
EdmGeographyPolygon |
class |
EdmGeometry |
class |
EdmGeometryCollection |
class |
EdmGeometryLineString |
class |
EdmGeometryMultiLineString |
class |
EdmGeometryMultiPoint |
class |
EdmGeometryMultiPolygon |
class |
EdmGeometryPoint |
class |
EdmGeometryPolygon |
class |
EdmGuid
Implementation of the EDM primitive type Guid.
|
class |
EdmInt16
Implementation of the EDM primitive type Int16.
|
class |
EdmInt32
Implementation of the EDM primitive type Int32.
|
class |
EdmInt64
Implementation of the EDM primitive type Int64.
|
class |
EdmSByte
Implementation of the EDM primitive type SByte.
|
class |
EdmSingle
Implementation of the EDM primitive type Single.
|
class |
EdmStream
Implementation of the EDM primitive type Stream as URI.
|
class |
EdmString
Implementation of the EDM primitive type String.
|
class |
EdmTimeOfDay |
class |
SingletonPrimitiveType
Abstract singleton implementation of the EDM primitive-type interface.
|
| Modifier and Type | Method and Description |
|---|---|
static EdmPrimitiveType |
EdmPrimitiveTypeFactory.getInstance(EdmPrimitiveTypeKind kind)
Returns an instance for the provided
EdmPrimitiveTypeKind in the form of EdmPrimitiveType. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdmSingle.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmInt64.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmInt32.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmInt16.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmDouble.isCompatible(EdmPrimitiveType primitiveType) |
boolean |
EdmDecimal.isCompatible(EdmPrimitiveType primitiveType) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EdmPrimitiveType |
ODataImpl.createPrimitiveTypeInstance(EdmPrimitiveTypeKind kind) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
FixedFormatSerializerImpl.primitiveValue(EdmPrimitiveType type,
Object value,
PrimitiveValueSerializerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataJsonSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
SerializerResult |
ODataJsonSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
protected void |
EdmAssistedJsonSerializer.primitiveValue(com.fasterxml.jackson.core.JsonGenerator json,
EdmPrimitiveType valueType,
String typeName,
EdmProperty edmProperty,
Object value) |
protected void |
ODataJsonSerializer.writeGeoValue(String name,
EdmPrimitiveType type,
Geospatial geoValue,
Boolean isNullable,
com.fasterxml.jackson.core.JsonGenerator json,
SRID parentSrid)
Writes a geospatial value following the GeoJSON specification defined in RFC 7946.
|
protected void |
ODataJsonSerializer.writePrimitiveValue(String name,
EdmPrimitiveType type,
Object primitiveValue,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonInstanceAnnotationSerializer.writePrimitiveValue(String name,
EdmPrimitiveType type,
Object primitiveValue,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializerWithNavigations.writePrimitiveValue(String name,
EdmPrimitiveType type,
Object primitiveValue,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writePrimitiveValue(String name,
EdmPrimitiveType type,
Object primitiveValue,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode,
com.fasterxml.jackson.core.JsonGenerator json) |
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataXmlSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
SerializerResult |
ODataXmlSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
ParserHelper.nextPrimitiveTypeValue(UriTokenizer tokenizer,
EdmPrimitiveType primitiveType,
boolean nullable,
String protocolType) |
Copyright © 2023. All rights reserved.