org.odata4j.format
Interface FormatParser<T>

Type Parameters:
T - Atom or json
All Known Implementing Classes:
AtomEntryFormatParser, AtomErrorFormatParser, AtomFeedFormatParser, AtomSimpleObjectFormatParser, AtomSingleLinkFormatParser, JsonCollectionFormatParser, JsonComplexObjectFormatParser, JsonEntryFormatParser, JsonErrorFormatParser, JsonFeedFormatParser, JsonSimpleObjectFormatParser, JsonSingleLinkFormatParser

public interface FormatParser<T>

Deals with parsing the resulting stream into a Entry or Feed and converting it to a OEntity. The implementation depends on the format Atom or Json.

See Also:
Entry, Feed, OEntity

Method Summary
 T parse(Reader reader)
           
 

Method Detail

parse

T parse(Reader reader)


http://odata4j.org