public class

AtomEntryFormatParser

extends Object
implements FormatParser<T>
java.lang.Object
   ↳ org.odata4j.format.xml.AtomEntryFormatParser

Summary

Fields
protected OEntityKey entityKey
protected String entitySetName
protected FeedCustomizationMapping fcMapping
protected EdmDataServices metadata
Public Constructors
AtomEntryFormatParser(EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping)
Public Methods
Entry parse(Reader reader)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.format.FormatParser

Fields

protected OEntityKey entityKey

protected String entitySetName

protected FeedCustomizationMapping fcMapping

protected EdmDataServices metadata

Public Constructors

public AtomEntryFormatParser (EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping)

Parameters
metadata
entitySetName
entityKey
fcMapping

Public Methods

public Entry parse (Reader reader)

Parameters
reader