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.client.core.domain
Methods in org.apache.olingo.client.core.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 TypeInterfaceDescriptioninterfaceAn EdmEnumType represents a set of related values.interfaceAnEdmTypeDefinitiondefines 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 TypeMethodDescriptionbooleanEdmPrimitiveType.isCompatible(EdmPrimitiveType primitiveType) Checks type compatibility. -
Uses of EdmPrimitiveType in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmPrimitiveTypeMethods in org.apache.olingo.commons.core.edm that return EdmPrimitiveTypeModifier and TypeMethodDescriptionEdmEnumTypeImpl.getUnderlyingType()EdmTypeDefinitionImpl.getUnderlyingType()Methods in org.apache.olingo.commons.core.edm with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionbooleanEdmEnumTypeImpl.isCompatible(EdmPrimitiveType primitiveType) booleanEdmTypeDefinitionImpl.isCompatible(EdmPrimitiveType primitiveType) -
Uses of EdmPrimitiveType in org.apache.olingo.commons.core.edm.primitivetype
Classes in org.apache.olingo.commons.core.edm.primitivetype that implement EdmPrimitiveTypeModifier and TypeClassDescriptionclassAbstractGeospatialType<T extends Geospatial>classImplementation of the EDM primitive type Binary.final classImplementation of the EDM primitive type Boolean.final classImplementation of the EDM primitive type Byte.final classImplementation of the EDM primitive type Date.final classImplementation of the EDM primitive type DateTimeOffset.final classImplementation of the EDM primitive type Decimal.final classImplementation of the EDM primitive type Double.classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classImplementation of the EDM primitive type Guid.final classImplementation of the EDM primitive type Int16.final classImplementation of the EDM primitive type Int32.final classImplementation of the EDM primitive type Int64.final classImplementation of the EDM primitive type SByte.final classImplementation of the EDM primitive type Single.final classImplementation of the EDM primitive type Stream as URI.final classImplementation of the EDM primitive type String.final classclassAbstract singleton implementation of the EDM primitive-type interface.Methods in org.apache.olingo.commons.core.edm.primitivetype that return EdmPrimitiveTypeModifier and TypeMethodDescriptionstatic EdmPrimitiveTypeEdmPrimitiveTypeFactory.getInstance(EdmPrimitiveTypeKind kind) Returns an instance for the providedEdmPrimitiveTypeKindin the form ofEdmPrimitiveType.Methods in org.apache.olingo.commons.core.edm.primitivetype with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionbooleanEdmDecimal.isCompatible(EdmPrimitiveType primitiveType) booleanEdmDouble.isCompatible(EdmPrimitiveType primitiveType) booleanEdmInt16.isCompatible(EdmPrimitiveType primitiveType) booleanEdmInt32.isCompatible(EdmPrimitiveType primitiveType) booleanEdmInt64.isCompatible(EdmPrimitiveType primitiveType) booleanEdmSingle.isCompatible(EdmPrimitiveType primitiveType) -
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 EdmPrimitiveTypeOData.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. -
Uses of EdmPrimitiveType in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core that return EdmPrimitiveTypeModifier and TypeMethodDescriptionODataImpl.createPrimitiveTypeInstance(EdmPrimitiveTypeKind kind) -
Uses of EdmPrimitiveType in org.apache.olingo.server.core.serializer
Methods in org.apache.olingo.server.core.serializer with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionFixedFormatSerializerImpl.primitiveValue(EdmPrimitiveType type, Object value, PrimitiveValueSerializerOptions options) -
Uses of EdmPrimitiveType in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionODataJsonSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataJsonSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) protected voidEdmAssistedJsonSerializer.primitiveValue(com.fasterxml.jackson.core.JsonGenerator json, EdmPrimitiveType valueType, String typeName, EdmProperty edmProperty, Object value) protected voidODataJsonSerializer.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 voidJsonDeltaSerializer.writePrimitiveValue(String name, EdmPrimitiveType type, Object primitiveValue, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writePrimitiveValue(String name, EdmPrimitiveType type, Object primitiveValue, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonInstanceAnnotationSerializer.writePrimitiveValue(String name, EdmPrimitiveType type, Object primitiveValue, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writePrimitiveValue(String name, EdmPrimitiveType type, Object primitiveValue, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode, com.fasterxml.jackson.core.JsonGenerator json) -
Uses of EdmPrimitiveType in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionODataXmlSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataXmlSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) -
Uses of EdmPrimitiveType in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser with parameters of type EdmPrimitiveTypeModifier and TypeMethodDescriptionprotected static booleanParserHelper.nextPrimitiveTypeValue(UriTokenizer tokenizer, EdmPrimitiveType primitiveType, boolean nullable, String protocolType)