Modifier and Type | Method and Description |
---|---|
Property |
CommonODataBinder.getProperty(CommonODataProperty property)
Gets a Property from the given OData property.
|
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataBinder.getODataProperty(ResWrap<Property> resource) |
Modifier and Type | Method and Description |
---|---|
Property |
Entity.getProperty(String name)
Gets property with given name.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
Valuable.asComplex() |
List<Property> |
Entity.getProperties()
Gets properties.
|
List<Property> |
LinkedComplexValue.getValue() |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
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 |
---|---|
InputStream |
ODataSerializer.complex(EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
InputStream |
ODataSerializer.complexCollection(EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
InputStream |
ODataSerializer.primitive(EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
InputStream |
ODataSerializer.primitiveCollection(EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes data of a collection of primitive-type instances into an InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.