org.odata4j.format.json
Class JsonFormatWriter<T>
java.lang.Object
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>
JsonFormatWriter
public JsonFormatWriter(String jsonpCallback)
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