Uses of Interface
org.apache.olingo.commons.api.edm.EdmProperty
Packages that use EdmProperty
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
-
Uses of EdmProperty in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmPropertyModifier and TypeMethodDescriptionEdmKeyPropertyRef.getProperty()EdmStructuredType.getStructuralProperty(String name) Get structural property by name. -
Uses of EdmProperty in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmPropertyMethods in org.apache.olingo.commons.core.edm that return EdmPropertyModifier and TypeMethodDescriptionEdmKeyPropertyRefImpl.getProperty()AbstractEdmStructuredType.getStructuralProperty(String name) Methods in org.apache.olingo.commons.core.edm that return types with arguments of type EdmProperty -
Uses of EdmProperty in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type EdmPropertyModifier and TypeMethodDescriptionFixedFormatDeserializer.primitiveValue(InputStream content, EdmProperty property) Reads primitive-type data from an InputStream.ODataDeserializer.property(InputStream stream, EdmProperty edmProperty) Deserializes the Property or collections of properties (primitive & complex). -
Uses of EdmProperty in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmPropertyModifier and TypeMethodDescriptionPrimitiveSerializerOptions.Builder.facetsFrom(EdmProperty property) Sets all facets from an EDM property.PrimitiveValueSerializerOptions.Builder.facetsFrom(EdmProperty property) Sets all facets from an EDM property. -
Uses of EdmProperty in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmProperty -
Uses of EdmProperty in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer with parameters of type EdmPropertyModifier and TypeMethodDescriptionFixedFormatDeserializerImpl.primitiveValue(InputStream content, EdmProperty property) -
Uses of EdmProperty in org.apache.olingo.server.core.deserializer.json
Methods in org.apache.olingo.server.core.deserializer.json with parameters of type EdmPropertyModifier and TypeMethodDescriptionODataJsonDeserializer.property(InputStream stream, EdmProperty edmProperty) -
Uses of EdmProperty in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type EdmPropertyModifier and TypeMethodDescriptionprotected voidEdmAssistedJsonSerializer.primitiveValue(com.fasterxml.jackson.core.JsonGenerator json, EdmPrimitiveType valueType, String typeName, EdmProperty edmProperty, Object value) protected voidEdmAssistedJsonSerializer.valuable(com.fasterxml.jackson.core.JsonGenerator json, Valuable valuable, String name, EdmType type, EdmProperty edmProperty) voidODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnProperties(EdmProperty edmProperty, Property property, com.fasterxml.jackson.core.JsonGenerator json) Write instance annotation of a propertyprotected voidJsonDeltaSerializer.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand) -
Uses of EdmProperty in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return EdmPropertyModifier and TypeMethodDescriptionUriResourceComplexPropertyImpl.getProperty()UriResourcePrimitivePropertyImpl.getProperty()Constructors in org.apache.olingo.server.core.uri with parameters of type EdmPropertyModifierConstructorDescriptionUriResourceComplexPropertyImpl(EdmProperty property) UriResourcePrimitivePropertyImpl(EdmProperty property) -
Uses of EdmProperty in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser with parameters of type EdmPropertyModifier and TypeMethodDescriptionprotected static UriParameterParserHelper.createUriParameter(EdmProperty edmProperty, String parameterName, String literalValue, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) -
Uses of EdmProperty in org.apache.olingo.server.core.uri.queryoption.apply
Classes in org.apache.olingo.server.core.uri.queryoption.apply that implement EdmPropertyModifier and TypeClassDescriptionclassA dynamic EDM property for aggregation and open type.Methods in org.apache.olingo.server.core.uri.queryoption.apply that return EdmPropertyMethods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type EdmProperty