org.odata4j.format.json
Class JsonFormatWriter<T>

java.lang.Object
  extended by org.odata4j.format.json.JsonFormatWriter<T>
All Implemented Interfaces:
FormatWriter<T>
Direct Known Subclasses:
JsonEntryFormatWriter, JsonFeedFormatWriter, JsonServiceDocumentFormatWriter

public abstract class JsonFormatWriter<T>
extends Object
implements FormatWriter<T>


Constructor Summary
JsonFormatWriter(String jsonpCallback)
           
 
Method Summary
 String getContentType()
           
 void write(ExtendedUriInfo uriInfo, Writer w, T target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonFormatWriter

public JsonFormatWriter(String jsonpCallback)
Method Detail

getContentType

public String getContentType()
Specified by:
getContentType in interface FormatWriter<T>

write

public void write(ExtendedUriInfo uriInfo,
                  Writer w,
                  T target)
Specified by:
write in interface FormatWriter<T>


http://odata4j.org