public class

JsonComplexObjectFormatWriter

extends JsonFormatWriter<T>
java.lang.Object
   ↳ org.odata4j.format.json.JsonFormatWriter<T>
     ↳ org.odata4j.format.json.JsonComplexObjectFormatWriter

Class Overview

Writer for OComplexObjects in JSON

Summary

[Expand]
Inherited Fields
From class org.odata4j.format.json.JsonFormatWriter
Public Constructors
JsonComplexObjectFormatWriter(String jsonpCallback, ODataVersion version)
Protected Methods
void writeContent(UriInfo uriInfo, JsonWriter jw, ComplexObjectResponse target)
A strategy method to actually write content objects
[Expand]
Inherited Methods
From class org.odata4j.format.json.JsonFormatWriter
From class java.lang.Object
From interface org.odata4j.format.FormatWriter

Public Constructors

public JsonComplexObjectFormatWriter (String jsonpCallback, ODataVersion version)

Parameters
jsonpCallback
version

Protected Methods

protected void writeContent (UriInfo uriInfo, JsonWriter jw, ComplexObjectResponse target)

A strategy method to actually write content objects

Parameters
uriInfo The base URI that indicates where in the schema we are
jw The JSON writer object
target The content value to be written