Class Overview
Write an RSS Feed in JSON format
Summary
|
[Expand]
Inherited Methods |
From class
org.odata4j.format.json.JsonFormatWriter
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.odata4j.format.FormatWriter
|
Public Constructors
public
JsonFeedFormatWriter
(String jsonpCallback, ODataVersion version)
Public Methods
public
void
writeContent
(UriInfo uriInfo, JsonWriter jw, EntitiesResponse target)
A strategy method to actually write content objects
Parameters
| uriInfo
| The base URI that indicates where in the schema we are |
| jw
| The JSON writer object |
| target
| The content value to be written
|