| Package | Description |
|---|---|
| org.apache.olingo.odata2.core.ep.aggregator | |
| org.apache.olingo.odata2.core.ep.consumer | |
| org.apache.olingo.odata2.core.ep.producer |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityComplexPropertyInfo |
| Modifier and Type | Field and Description |
|---|---|
protected List<EntityPropertyInfo> |
EntityComplexPropertyInfo.entityPropertyInfo |
| Modifier and Type | Method and Description |
|---|---|
static EntityPropertyInfo |
EntityInfoAggregator.create(EdmFunctionImport functionImport)
Create an
EntityPropertyInfo based on given EdmFunctionImport |
static EntityPropertyInfo |
EntityInfoAggregator.create(EdmProperty property)
Create an
EntityPropertyInfo based on given EdmProperty |
EntityPropertyInfo |
EntityInfoAggregator.getPropertyInfo(String name) |
EntityPropertyInfo |
EntityComplexPropertyInfo.getPropertyInfo(String name) |
EntityPropertyInfo |
EntityInfoAggregator.getTargetPathInfo(String targetPath) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EntityPropertyInfo> |
EntityInfoAggregator.create(EdmComplexType complexType)
|
Collection<EntityPropertyInfo> |
EntityInfoAggregator.getETagPropertyInfos() |
List<EntityPropertyInfo> |
EntityInfoAggregator.getKeyPropertyInfos() |
Collection<EntityPropertyInfo> |
EntityInfoAggregator.getPropertyInfos() |
List<EntityPropertyInfo> |
EntityComplexPropertyInfo.getPropertyInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonCollectionEntityProducer.append(Writer writer,
EntityPropertyInfo propertyInfo,
List<?> data) |
void |
JsonPropertyEntityProducer.append(Writer writer,
EntityPropertyInfo propertyInfo,
Object value) |
static void |
XmlCollectionEntityProducer.append(XMLStreamWriter writer,
EntityPropertyInfo propertyInfo,
List<?> data) |
void |
XmlPropertyEntityProducer.append(XMLStreamWriter writer,
EntityPropertyInfo propertyInfo,
Object value)
Append
Object value based on EntityPropertyInfo to XMLStreamWriter as a
stand-alone XML structure, including writing of default namespace declarations. |
void |
XmlPropertyEntityProducer.append(XMLStreamWriter writer,
String name,
EntityPropertyInfo propertyInfo,
Object value)
Append
Object value based on EntityPropertyInfo to XMLStreamWriter in an
already existing XML structure inside the d namespace. |
void |
XmlPropertyEntityProducer.appendCustomProperty(XMLStreamWriter writer,
String name,
EntityPropertyInfo propertyInfo,
Object value) |
protected static void |
JsonPropertyEntityProducer.appendPropertyValue(JsonStreamWriter jsonStreamWriter,
EntityPropertyInfo propertyInfo,
Object value,
boolean validatingFacets,
boolean isDataBasedPropertySerialization,
boolean isDateTimeJsonRelaxed) |
Copyright © 2020. All rights reserved.