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