Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.client.core.edm.Impl | |
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
EdmMapping |
EdmMappable.getMapping()
Get mapping information applied to an EDM element
|
Modifier and Type | Class and Description |
---|---|
class |
Mapping
Object of this class represent the mapping of a value to a MIME type.
|
Modifier and Type | Class and Description |
---|---|
class |
EdmMappingImpl
Object of this class represent the mapping of a value to a MIME type.
|
Modifier and Type | Method and Description |
---|---|
EdmMapping |
EdmStructuralTypeImpl.getMapping() |
EdmMapping |
EdmNavigationPropertyImpl.getMapping() |
EdmMapping |
EdmFunctionImportParameter.getMapping() |
EdmMapping |
EdmFunctionImportImpl.getMapping() |
EdmMapping |
EdmComplexTypeImpl.getMapping() |
EdmMapping |
EdmElementImpl.getMapping() |
EdmMapping |
EdmEntitySetImpl.getMapping() |
Modifier and Type | Method and Description |
---|---|
EdmFunctionImportParameter |
EdmFunctionImportParameter.setMapping(EdmMapping mapping)
Sets the
EdmMappingImpl of this EdmFunctionImportParameter |
void |
EdmFunctionImportImpl.setMapping(EdmMapping mapping) |
void |
EdmComplexTypeImpl.setMapping(EdmMapping mapping) |
void |
EdmElementImpl.setMapping(EdmMapping edmMapping) |
void |
EdmEntitySetImpl.setMapping(EdmMapping mapping) |
Modifier and Type | Method and Description |
---|---|
<T> Object |
BeanPropertyAccess.getMappingValue(T data,
EdmMapping mapping) |
<T,V> void |
BeanPropertyAccess.setMappingValue(T data,
EdmMapping mapping,
V value) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.