public static class

FormatWriterFactory.JsonWriters

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

Summary

Fields
private final String callback
Public Constructors
FormatWriterFactory.JsonWriters(String callback)
Public Methods
FormatWriter<CollectionResponse<?>> getCollectionFormatWriter(ODataVersion version)
FormatWriter<ComplexObjectResponse> getComplexObjectFormatWriter(ODataVersion version)
FormatWriter<EntityResponse> getEntryFormatWriter(ODataVersion version)
FormatWriter<EntitiesResponse> getFeedFormatWriter(ODataVersion version)
FormatWriter<PropertyResponse> getPropertyFormatWriter(ODataVersion version)
FormatWriter<Entry> getRequestEntryFormatWriter(ODataVersion version)
FormatWriter<EdmDataServices> getServiceDocumentFormatWriter(ODataVersion version)
FormatWriter<SingleLink> getSingleLinkFormatWriter(ODataVersion version)
FormatWriter<SingleLinks> getSingleLinksFormatWriter(ODataVersion version)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final String callback

Public Constructors

public FormatWriterFactory.JsonWriters (String callback)

Parameters
callback

Public Methods

public FormatWriter<CollectionResponse<?>> getCollectionFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<ComplexObjectResponse> getComplexObjectFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<EntityResponse> getEntryFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<EntitiesResponse> getFeedFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<PropertyResponse> getPropertyFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<Entry> getRequestEntryFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<EdmDataServices> getServiceDocumentFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<SingleLink> getSingleLinkFormatWriter (ODataVersion version)

Parameters
version

public FormatWriter<SingleLinks> getSingleLinksFormatWriter (ODataVersion version)

Parameters
version