public interface

FormatParser

org.odata4j.format.FormatParser<T>
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract T parse(Reader reader)

Public Methods

public abstract T parse (Reader reader)

Parameters
reader