|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OSimpleObject | |
|---|---|
| org.odata4j.core | Core odata4j concepts. |
| org.odata4j.format | |
| org.odata4j.format.json | |
| org.odata4j.format.xml | |
| Uses of OSimpleObject in org.odata4j.core |
|---|
| Methods in org.odata4j.core that return OSimpleObject | ||
|---|---|---|
static
|
OSimpleObjects.create(EdmSimpleType<T> type,
Object value)
Creates a new OSimpleObject instance given a type and value. |
|
static
|
OSimpleObjects.parse(EdmSimpleType<V> type,
String value)
Parses a string value into a new OSimpleObject given an edm type. |
|
| Uses of OSimpleObject in org.odata4j.format |
|---|
| Methods in org.odata4j.format that return types with arguments of type OSimpleObject | |
|---|---|
FormatParser<OSimpleObject<?>> |
FormatParserFactory.JsonParsers.getSimpleObjectFormatParser(Settings settings)
|
FormatParser<OSimpleObject<?>> |
FormatParserFactory.AtomParsers.getSimpleObjectFormatParser(Settings settings)
|
| Uses of OSimpleObject in org.odata4j.format.json |
|---|
| Methods in org.odata4j.format.json that return OSimpleObject | |
|---|---|
OSimpleObject<?> |
JsonSimpleObjectFormatParser.parse(Reader reader)
|
| Uses of OSimpleObject in org.odata4j.format.xml |
|---|
| Methods in org.odata4j.format.xml that return OSimpleObject | |
|---|---|
OSimpleObject<?> |
AtomSimpleObjectFormatParser.parse(Reader reader)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||