Uses of Class
org.odata4j.format.json.JsonWriter

Packages that use JsonWriter
org.odata4j.format.json   
 

Uses of JsonWriter in org.odata4j.format.json
 

Methods in org.odata4j.format.json with parameters of type JsonWriter
 void JsonServiceDocumentFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, EdmDataServices target)
           
 void JsonFeedFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, EntitiesResponse target)
           
protected  void JsonEntryFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, EntityResponse target)
           
protected  void JsonRequestEntryFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, Entry target)
           
protected  void JsonPropertyFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, PropertyResponse target)
           
protected abstract  void JsonFormatWriter.writeContent(ExtendedUriInfo uriInfo, JsonWriter jw, T target)
          A strategy method to actually write content objects
protected  void JsonFormatWriter.writeOEntity(ExtendedUriInfo uriInfo, JsonWriter jw, OEntity oe, EdmEntitySet ees, boolean isResponse)
           
protected  void JsonFormatWriter.writeOProperties(JsonWriter jw, List<OProperty<?>> properties)
           
protected  void JsonFormatWriter.writeProperty(JsonWriter jw, OProperty<?> prop)
           
 



http://odata4j.org