Uses of Interface
org.odata4j.format.FormatParser

Packages that use FormatParser
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
 

Uses of FormatParser in org.odata4j.format
 

Methods in org.odata4j.format that return FormatParser
 FormatParser<Entry> FormatParserFactory.JsonParsers.getEntryFormatParser(Settings settings)
           
 FormatParser<Entry> FormatParserFactory.AtomParsers.getEntryFormatParser(Settings settings)
           
 FormatParser<Feed> FormatParserFactory.JsonParsers.getFeedFormatParser(Settings settings)
           
 FormatParser<Feed> FormatParserFactory.AtomParsers.getFeedFormatParser(Settings settings)
           
static
<T> FormatParser<T>
FormatParserFactory.getParser(Class<T> targetType, FormatType type, Settings settings)
           
static
<T> FormatParser<T>
FormatParserFactory.getParser(Class<T> targetType, MediaType contentType, Settings settings)
           
 

Uses of FormatParser in org.odata4j.format.json
 

Classes in org.odata4j.format.json that implement FormatParser
 class JsonEntryFormatParser
           
 class JsonFeedFormatParser
           
 

Uses of FormatParser in org.odata4j.format.xml
 

Classes in org.odata4j.format.xml that implement FormatParser
 class AtomEntryFormatParser
           
 class AtomFeedFormatParser
           
 



http://odata4j.org