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
protected  void JsonFormatWriter.writeCollection(JsonWriter jw, EdmCollectionType type, OCollection<? extends OObject> coll)
           
protected  void JsonFormatWriter.writeComplexObject(JsonWriter jw, String complexObjectName, String fullyQualifiedTypeName, List<OProperty<?>> props)
           
protected  void JsonCollectionFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, CollectionResponse<?> target)
           
protected  void JsonComplexObjectFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, ComplexObjectResponse target)
           
 void JsonServiceDocumentFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, EdmDataServices target)
           
 void JsonFeedFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, EntitiesResponse target)
           
protected  void JsonEntryFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, EntityResponse target)
           
protected  void JsonRequestEntryFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, Entry target)
           
protected  void JsonPropertyFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, PropertyResponse target)
           
protected  void JsonSimpleFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, SimpleResponse target)
           
protected  void JsonSingleLinkFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, SingleLink link)
           
protected  void JsonSingleLinksFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, SingleLinks links)
           
protected abstract  void JsonFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, T target)
          A strategy method to actually write content objects
protected  void JsonFormatWriter.writeLinks(JsonWriter jw, OEntity oe, UriInfo uriInfo, boolean isResponse)
           
protected  void JsonFormatWriter.writeOEntity(UriInfo 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)
           
protected  void JsonFormatWriter.writeRequestLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
           
protected  void JsonFormatWriter.writeResponseLink(JsonWriter jw, OLink link, OEntity oe, UriInfo uriInfo)
           
protected  void JsonFormatWriter.writeValue(JsonWriter jw, EdmType type, Object pvalue)
           
 



http://odata4j.org