public class

FormatWriterFactory

extends Object
java.lang.Object
   ↳ org.odata4j.format.FormatWriterFactory

Summary

Nested Classes
class FormatWriterFactory.AtomWriters  
class FormatWriterFactory.JsonWriters  
Public Constructors
FormatWriterFactory()
Public Methods
static <T> FormatWriter<T> getFormatWriter(Class<T> targetType, List<MediaType> acceptTypes, String format, String callback, ODataVersion version)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FormatWriterFactory ()

Public Methods

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

Parameters
targetType
acceptTypes
format
callback
version