| Package | Description |
|---|---|
| org.apache.olingo.client.api.serialization | |
| org.apache.olingo.client.core.serialization | |
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.xml |
| Modifier and Type | Method and Description |
|---|---|
Property |
ODataBinder.getProperty(ClientProperty property)
Gets a Property from the given OData property.
|
| Modifier and Type | Method and Description |
|---|---|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
ODataBinderImpl.getProperty(ClientProperty property) |
| Modifier and Type | Method and Description |
|---|---|
protected ResWrap<Property> |
JsonPropertyDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) |
ResWrap<Property> |
JsonDeserializer.toProperty(InputStream input) |
ResWrap<Property> |
ClientODataDeserializerImpl.toProperty(InputStream input) |
ResWrap<Property> |
AtomDeserializer.toProperty(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonPropertySerializer.doSerialize(Property property,
com.fasterxml.jackson.core.JsonGenerator jgen) |
protected ClientProperty |
ODataBinderImpl.getODataProperty(EdmType type,
Property resource) |
void |
AtomSerializer.property(XMLStreamWriter writer,
Property property,
boolean standalone) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonPropertySerializer.doContainerSerialize(ResWrap<Property> container,
com.fasterxml.jackson.core.JsonGenerator jgen) |
ClientProperty |
ODataBinderImpl.getODataProperty(ResWrap<Property> resource) |
protected void |
JsonDeserializer.populate(Annotatable annotatable,
List<Property> properties,
com.fasterxml.jackson.databind.node.ObjectNode tree,
com.fasterxml.jackson.core.ObjectCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
Property |
Entity.getProperty(String name)
Gets property with given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Entity.getProperties()
Gets properties.
|
List<Property> |
ComplexValue.getValue()
Get list of all values for this ComplexValue.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
DeserializerResult.getProperty()
Returns a Property or collections of properties (primitive & complex).
|
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
SerializerResult |
ODataSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes data of a collection of primitive-type instances into an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
DeserializerResultImpl.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
DeserializerResultImpl.DeserializerResultBuilder |
DeserializerResultImpl.DeserializerResultBuilder.property(Property property) |
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataJsonSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataJsonSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataJsonSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
SerializerResult |
ODataJsonSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
void |
ODataJsonInstanceAnnotationSerializer.writeInstanceAnnotationsOnProperties(EdmProperty edmProperty,
Property property,
com.fasterxml.jackson.core.JsonGenerator json)
Write instance annotation of a property
|
protected void |
JsonDeltaSerializerWithNavigations.writeProperty(ServiceMetadata metadata,
EdmProperty edmProperty,
Property property,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeProperty(ServiceMetadata metadata,
EdmProperty edmProperty,
Property property,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonDeltaSerializerWithNavigations.writeComplexValue(ServiceMetadata metadata,
EdmComplexType type,
List<Property> properties,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeComplexValue(ServiceMetadata metadata,
EdmComplexType type,
List<Property> properties,
Set<List<String>> selectedPaths,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.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 void |
JsonDeltaSerializerWithNavigations.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json,
Linked linked,
ExpandOption expand) |
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataXmlSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataXmlSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataXmlSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
SerializerResult |
ODataXmlSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options) |
Copyright © 2023. All rights reserved.