|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyResponse | |
|---|---|
| org.odata4j.format | |
| org.odata4j.format.json | |
| org.odata4j.format.xml | |
| org.odata4j.producer | The odata4j server-side (producer-side) API. |
| Uses of PropertyResponse in org.odata4j.format |
|---|
| Methods in org.odata4j.format that return types with arguments of type PropertyResponse | |
|---|---|
FormatWriter<PropertyResponse> |
FormatWriterFactory.JsonWriters.getPropertyFormatWriter()
|
FormatWriter<PropertyResponse> |
FormatWriterFactory.AtomWriters.getPropertyFormatWriter()
|
| Uses of PropertyResponse in org.odata4j.format.json |
|---|
| Methods in org.odata4j.format.json with parameters of type PropertyResponse | |
|---|---|
protected void |
JsonPropertyFormatWriter.writeContent(UriInfo uriInfo,
JsonWriter jw,
PropertyResponse target)
|
| Uses of PropertyResponse in org.odata4j.format.xml |
|---|
| Methods in org.odata4j.format.xml with parameters of type PropertyResponse | |
|---|---|
void |
XmlPropertyFormatWriter.write(UriInfo uriInfo,
Writer w,
PropertyResponse target)
|
| Uses of PropertyResponse in org.odata4j.producer |
|---|
| Methods in org.odata4j.producer that return PropertyResponse | |
|---|---|
static PropertyResponse |
Responses.property(OProperty<?> property)
Creates a new PropertyResponse instance. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||