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<CollectionResponse<?>> FormatWriterFactory.JsonWriters.getCollectionFormatWriter()
           
 FormatWriter<CollectionResponse<?>> FormatWriterFactory.AtomWriters.getCollectionFormatWriter()
           
 FormatWriter<ComplexObjectResponse> FormatWriterFactory.JsonWriters.getComplexObjectFormatWriter()
           
 FormatWriter<ComplexObjectResponse> FormatWriterFactory.AtomWriters.getComplexObjectFormatWriter()
           
 FormatWriter<EntityResponse> FormatWriterFactory.JsonWriters.getEntryFormatWriter()
           
 FormatWriter<EntityResponse> FormatWriterFactory.AtomWriters.getEntryFormatWriter()
           
 FormatWriter<ErrorResponse> FormatWriterFactory.JsonWriters.getErrorFormatWriter()
           
 FormatWriter<ErrorResponse> FormatWriterFactory.AtomWriters.getErrorFormatWriter()
           
 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<PropertyResponse> FormatWriterFactory.JsonWriters.getPropertyFormatWriter()
           
 FormatWriter<PropertyResponse> FormatWriterFactory.AtomWriters.getPropertyFormatWriter()
           
 FormatWriter<Entry> FormatWriterFactory.JsonWriters.getRequestEntryFormatWriter()
           
 FormatWriter<Entry> FormatWriterFactory.AtomWriters.getRequestEntryFormatWriter()
           
 FormatWriter<EdmDataServices> FormatWriterFactory.JsonWriters.getServiceDocumentFormatWriter()
           
 FormatWriter<EdmDataServices> FormatWriterFactory.AtomWriters.getServiceDocumentFormatWriter()
           
 FormatWriter<SimpleResponse> FormatWriterFactory.JsonWriters.getSimpleFormatWriter()
           
 FormatWriter<SimpleResponse> FormatWriterFactory.AtomWriters.getSimpleFormatWriter()
           
 FormatWriter<SingleLink> FormatWriterFactory.JsonWriters.getSingleLinkFormatWriter()
           
 FormatWriter<SingleLink> FormatWriterFactory.AtomWriters.getSingleLinkFormatWriter()
           
 FormatWriter<SingleLinks> FormatWriterFactory.JsonWriters.getSingleLinksFormatWriter()
           
 FormatWriter<SingleLinks> FormatWriterFactory.AtomWriters.getSingleLinksFormatWriter()
           
 

Uses of FormatWriter in org.odata4j.format.json
 

Classes in org.odata4j.format.json that implement FormatWriter
 class JsonCollectionFormatWriter
          Writer for OCollections in JSON
 class JsonComplexObjectFormatWriter
          Writer for OComplexObjects in JSON
 class JsonEntryFormatWriter
           
 class JsonErrorFormatWriter
           
 class JsonFeedFormatWriter
          Write an RSS Feed in JSON format
 class JsonFormatWriter<T>
          Write content to an output stream in JSON format.
 class JsonPropertyFormatWriter
           
 class JsonRequestEntryFormatWriter
           
 class JsonServiceDocumentFormatWriter
           
 class JsonSimpleFormatWriter
          write a single value that has an EdmSimpleType type
 class JsonSingleLinkFormatWriter
           
 class JsonSingleLinksFormatWriter
           
 

Uses of FormatWriter in org.odata4j.format.xml
 

Classes in org.odata4j.format.xml that implement FormatWriter
 class AtomCollectionFormatWriter
           
 class AtomComplexFormatWriter
           
 class AtomEntryFormatWriter
           
 class AtomErrorFormatWriter
           
 class AtomFeedFormatWriter
           
 class AtomRequestEntryFormatWriter
           
 class AtomServiceDocumentFormatWriter
           
 class AtomSimpleFormatWriter
           
 class AtomSingleLinkFormatWriter
           
 class AtomSingleLinksFormatWriter
           
 class XmlPropertyFormatWriter
           
 



http://odata4j.org