| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm |
| Modifier and Type | Method and Description |
|---|---|
EdmSchema |
Edm.getSchema(String namespace)
Get schema by namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmSchema> |
Edm.getSchemas()
This method DOES NOT support lazy loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmSchemaImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<EdmSchema> |
AbstractEdm.schemaList |
protected Map<String,EdmSchema> |
AbstractEdm.schemas |
| Modifier and Type | Method and Description |
|---|---|
EdmSchema |
AbstractEdm.getSchema(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,EdmSchema> |
EdmProviderImpl.createSchemas() |
protected abstract Map<String,EdmSchema> |
AbstractEdm.createSchemas() |
List<EdmSchema> |
AbstractEdm.getSchemas() |
Copyright © 2023. All rights reserved.