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.ext.pojogen
Methods in org.apache.olingo.ext.pojogen with parameters 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