|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OComplexObject | |
|---|---|
| org.odata4j.core | Core odata4j concepts. |
| org.odata4j.format | |
| org.odata4j.format.json | |
| org.odata4j.producer | The odata4j server-side (producer-side) API. |
| org.odata4j.producer.inmemory | |
| Uses of OComplexObject in org.odata4j.core |
|---|
| Methods in org.odata4j.core that return OComplexObject | |
|---|---|
OComplexObject |
OComplexObject.Builder.build()
|
static OComplexObject |
OComplexObjects.create(EdmComplexType type,
List<OProperty<?>> properties)
Creates a new OComplexObject of a given edm complex type using the properties provided. |
| Uses of OComplexObject in org.odata4j.format |
|---|
| Methods in org.odata4j.format that return types with arguments of type OComplexObject | |
|---|---|
FormatParser<OComplexObject> |
FormatParserFactory.JsonParsers.getComplexObjectFormatParser(Settings settings)
|
FormatParser<OComplexObject> |
FormatParserFactory.AtomParsers.getComplexObjectFormatParser(Settings settings)
|
| Uses of OComplexObject in org.odata4j.format.json |
|---|
| Methods in org.odata4j.format.json that return OComplexObject | |
|---|---|
OComplexObject |
JsonComplexObjectFormatParser.parse(Reader reader)
|
OComplexObject |
JsonComplexObjectFormatParser.parseSingleObject(JsonStreamReaderFactory.JsonStreamReader jsr)
|
OComplexObject |
JsonComplexObjectFormatParser.parseSingleObject(JsonStreamReaderFactory.JsonStreamReader jsr,
JsonStreamReaderFactory.JsonStreamReader.JsonEvent startPropertyEvent)
|
| Uses of OComplexObject in org.odata4j.producer |
|---|
| Methods in org.odata4j.producer that return OComplexObject | |
|---|---|
OComplexObject |
ComplexObjectResponse.getObject()
|
| Methods in org.odata4j.producer with parameters of type OComplexObject | |
|---|---|
static ComplexObjectResponse |
Responses.complexObject(OComplexObject complexObject,
String complexObjectName)
Creates a new ComplexObjectResponse instance. |
| Uses of OComplexObject in org.odata4j.producer.inmemory |
|---|
| Methods in org.odata4j.producer.inmemory with parameters of type OComplexObject | ||
|---|---|---|
|
InMemoryProducer.toPojo(OComplexObject entity,
Class<T> pojoClass)
Transforms an OComplexObject into a POJO of the given class |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||