org.odata4j.format.json
Class JsonSimpleFormatWriter

java.lang.Object
  extended by org.odata4j.format.json.JsonFormatWriter<SimpleResponse>
      extended by org.odata4j.format.json.JsonSimpleFormatWriter
All Implemented Interfaces:
FormatWriter<SimpleResponse>

public class JsonSimpleFormatWriter
extends JsonFormatWriter<SimpleResponse>

write a single value that has an EdmSimpleType type


Constructor Summary
JsonSimpleFormatWriter(String jsonpCallback)
           
 
Method Summary
protected  void writeContent(UriInfo uriInfo, JsonWriter jw, SimpleResponse target)
          A strategy method to actually write content objects
 
Methods inherited from class org.odata4j.format.json.JsonFormatWriter
getContentType, getJsonpCallback, write, writeCollection, writeComplexObject, writeLinks, writeOEntity, writeOProperties, writeProperty, writeRequestLink, writeResponseLink, writeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSimpleFormatWriter

public JsonSimpleFormatWriter(String jsonpCallback)
Method Detail

writeContent

protected void writeContent(UriInfo uriInfo,
                            JsonWriter jw,
                            SimpleResponse target)
Description copied from class: JsonFormatWriter
A strategy method to actually write content objects

Specified by:
writeContent in class JsonFormatWriter<SimpleResponse>
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


http://odata4j.org