Uses of Interface
org.odata4j.format.FormatWriter

Packages that use FormatWriter
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
 

Uses of FormatWriter in org.odata4j.format
 

Methods in org.odata4j.format that return FormatWriter
 FormatWriter<EntityResponse> FormatWriterFactory.JsonWriters.getEntryFormatWriter()
           
 FormatWriter<EntityResponse> FormatWriterFactory.AtomWriters.getEntryFormatWriter()
           
 FormatWriter<EntitiesResponse> FormatWriterFactory.JsonWriters.getFeedFormatWriter()
           
 FormatWriter<EntitiesResponse> FormatWriterFactory.AtomWriters.getFeedFormatWriter()
           
static
<T> FormatWriter<T>
FormatWriterFactory.getFormatWriter(Class<T> targetType, List<MediaType> acceptTypes, String format, String callback)
           
 FormatWriter<EdmDataServices> FormatWriterFactory.JsonWriters.getServiceDocumentFormatWriter()
           
 FormatWriter<EdmDataServices> FormatWriterFactory.AtomWriters.getServiceDocumentFormatWriter()
           
 

Uses of FormatWriter in org.odata4j.format.json
 

Classes in org.odata4j.format.json that implement FormatWriter
 class JsonEntryFormatWriter
           
 class JsonFeedFormatWriter
           
 class JsonFormatWriter<T>
           
 class JsonServiceDocumentFormatWriter
           
 

Uses of FormatWriter in org.odata4j.format.xml
 

Classes in org.odata4j.format.xml that implement FormatWriter
 class AtomEntryFormatWriter
           
 class AtomFeedFormatWriter
           
 class AtomServiceDocumentFormatWriter
           
 



http://odata4j.org