org.odata4j.format
Class FormatWriterFactory

java.lang.Object
  extended by org.odata4j.format.FormatWriterFactory

public class FormatWriterFactory
extends Object


Nested Class Summary
static class FormatWriterFactory.AtomWriters
           
static class FormatWriterFactory.JsonWriters
           
 
Constructor Summary
FormatWriterFactory()
           
 
Method Summary
static
<T> FormatWriter<T>
getFormatWriter(Class<T> targetType, List<MediaType> acceptTypes, String format, String callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatWriterFactory

public FormatWriterFactory()
Method Detail

getFormatWriter

public static <T> FormatWriter<T> getFormatWriter(Class<T> targetType,
                                                  List<MediaType> acceptTypes,
                                                  String format,
                                                  String callback)


http://odata4j.org