|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EdmCollectionType | |
|---|---|
| org.odata4j.core | Core odata4j concepts. |
| org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
| org.odata4j.format.json | |
| Uses of EdmCollectionType in org.odata4j.core |
|---|
| Methods in org.odata4j.core with parameters of type EdmCollectionType | |
|---|---|
static OProperty<OCollection<? extends OObject>> |
OProperties.collection(String name,
EdmCollectionType type,
OCollection<? extends OObject> value)
Creates a new collecion-valued OData property of the given edm-type. |
| Uses of EdmCollectionType in org.odata4j.edm |
|---|
| Methods in org.odata4j.edm that return EdmCollectionType | |
|---|---|
EdmCollectionType |
EdmCollectionType.Builder.build()
|
| Uses of EdmCollectionType in org.odata4j.format.json |
|---|
| Methods in org.odata4j.format.json with parameters of type EdmCollectionType | |
|---|---|
protected void |
JsonFormatWriter.writeCollection(JsonWriter jw,
EdmCollectionType type,
OCollection<? extends OObject> coll)
|
| Constructors in org.odata4j.format.json with parameters of type EdmCollectionType | |
|---|---|
JsonCollectionFormatParser(EdmCollectionType collectionType,
EdmDataServices md)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||