Uses of Class
org.apache.olingo.commons.api.data.Property
Packages that use Property
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Deserializer
Olingo Server API - Serializer
-
Uses of Property in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return PropertyModifier and TypeMethodDescriptionODataBinder.getProperty(ClientProperty property) Gets a Property from the given OData property.Methods in org.apache.olingo.client.api.serialization that return types with arguments of type PropertyModifier and TypeMethodDescriptionODataDeserializer.toProperty(InputStream input) Gets a property object from the given InputStream.Method parameters in org.apache.olingo.client.api.serialization with type arguments of type PropertyModifier and TypeMethodDescriptionODataBinder.getODataProperty(ResWrap<Property> resource) Gets an ODataProperty from the given property resource. -
Uses of Property in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return PropertyMethods in org.apache.olingo.client.core.serialization that return types with arguments of type PropertyModifier and TypeMethodDescriptionJsonPropertyDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) AtomDeserializer.toProperty(InputStream input) ClientODataDeserializerImpl.toProperty(InputStream input) JsonDeserializer.toProperty(InputStream input) Methods in org.apache.olingo.client.core.serialization with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidJsonPropertySerializer.doSerialize(Property property, com.fasterxml.jackson.core.JsonGenerator jgen) protected ClientPropertyODataBinderImpl.getODataProperty(EdmType type, Property resource) voidAtomSerializer.property(XMLStreamWriter writer, Property property, boolean standalone) Method parameters in org.apache.olingo.client.core.serialization with type arguments of type PropertyModifier and TypeMethodDescriptionprotected voidJsonPropertySerializer.doContainerSerialize(ResWrap<Property> container, com.fasterxml.jackson.core.JsonGenerator jgen) ODataBinderImpl.getODataProperty(ResWrap<Property> resource) protected voidJsonDeserializer.populate(Annotatable annotatable, List<Property> properties, com.fasterxml.jackson.databind.node.ObjectNode tree, com.fasterxml.jackson.core.ObjectCodec codec) -
Uses of Property in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return PropertyMethods in org.apache.olingo.commons.api.data that return types with arguments of type PropertyModifier and TypeMethodDescriptionEntity.getProperties()Gets properties.ComplexValue.getValue()Get list of all values for this ComplexValue.Methods in org.apache.olingo.commons.api.data with parameters of type PropertyModifier and TypeMethodDescriptionEntity.addProperty(Property property) Add property to this Entity. -
Uses of Property in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return PropertyModifier and TypeMethodDescriptionDeserializerResult.getProperty()Returns a Property or collections of properties (primitive & complex). -
Uses of Property in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type PropertyModifier and TypeMethodDescriptionODataSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes complex-type instance data into an InputStream.ODataSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes data of a collection of complex-type instances into an InputStream.ODataSerializer.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. -
Uses of Property in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that return PropertyMethods in org.apache.olingo.server.core.deserializer with parameters of type PropertyModifier and TypeMethodDescription -
Uses of Property in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type PropertyModifier and TypeMethodDescriptionODataJsonSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataJsonSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataJsonSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataJsonSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) 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) Method parameters in org.apache.olingo.server.core.serializer.json with type arguments of type PropertyModifier and TypeMethodDescriptionprotected voidJsonDeltaSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand, String complexPropName) protected voidJsonDeltaSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json, Linked linked, ExpandOption expand) -
Uses of Property in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type PropertyModifier and TypeMethodDescriptionODataXmlSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.primitive(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options) ODataXmlSerializer.primitiveCollection(ServiceMetadata metadata, EdmPrimitiveType type, Property property, PrimitiveSerializerOptions options)