Uses of Interface
org.apache.olingo.commons.api.edm.EdmPrimitiveType
Packages that use EdmPrimitiveType
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API
Olingo Server API - Serializer
-
Uses of EdmPrimitiveType in org.apache.olingo.client.api.domain
Methods in org.apache.olingo.client.api.domain that return EdmPrimitiveType -
Uses of EdmPrimitiveType in org.apache.olingo.commons.api.edm
Subinterfaces of EdmPrimitiveType in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterface
An EdmEnumType represents a set of related values.interface
AnEdmTypeDefinition
defines a specialization of one of the possible primitive types.Methods in org.apache.olingo.commons.api.edm that return EdmPrimitiveTypeModifier and TypeMethodDescriptionEdmEnumType.getUnderlyingType()
EdmTypeDefinition.getUnderlyingType()
Methods in org.apache.olingo.commons.api.edm with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionboolean
EdmPrimitiveType.isCompatible
(EdmPrimitiveType primitiveType) Checks type compatibility. -
Uses of EdmPrimitiveType in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core that return EdmPrimitiveTypeModifier and TypeMethodDescriptionODataNettyImpl.createPrimitiveTypeInstance
(EdmPrimitiveTypeKind kind) -
Uses of EdmPrimitiveType in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return EdmPrimitiveTypeModifier and TypeMethodDescriptionabstract EdmPrimitiveType
OData.createPrimitiveTypeInstance
(EdmPrimitiveTypeKind kind) Creates a primitive-type instance. -
Uses of EdmPrimitiveType in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionODataSerializer.primitive
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes primitive-type instance data into an InputStream.ODataSerializer.primitiveCollection
(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) Writes data of a collection of primitive-type instances into an InputStream.FixedFormatSerializer.primitiveValue
(EdmPrimitiveType type, Object value, PrimitiveValueSerializerOptions options) Writes the raw value of a primitive-type instance into an InputStream.