org.odata4j.format.json
Class JsonServiceDocumentFormatWriter
java.lang.Object
org.odata4j.format.json.JsonFormatWriter<EdmDataServices>
org.odata4j.format.json.JsonServiceDocumentFormatWriter
- All Implemented Interfaces:
- FormatWriter<EdmDataServices>
public class JsonServiceDocumentFormatWriter
- extends JsonFormatWriter<EdmDataServices>
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 |
JsonServiceDocumentFormatWriter
public JsonServiceDocumentFormatWriter(String jsonpCallback)
writeContent
public void writeContent(UriInfo uriInfo,
JsonWriter jw,
EdmDataServices target)
- Description copied from class:
JsonFormatWriter
- A strategy method to actually write content objects
- Specified by:
writeContent
in class JsonFormatWriter<EdmDataServices>
- Parameters:
uriInfo
- the base URI that indicates where in the schema we arejw
- the JSON writer objecttarget
- the content value to be written
http://odata4j.org