public static class

FormatWriterFactory.AtomWriters

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

Summary

Public Constructors
FormatWriterFactory.AtomWriters()
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

Public Constructors

public FormatWriterFactory.AtomWriters ()

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