Uses of Class
org.odata4j.format.Settings

Packages that use Settings
org.odata4j.format   
org.odata4j.format.json   
 

Uses of Settings in org.odata4j.format
 

Methods in org.odata4j.format with parameters of type Settings
 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 Settings in org.odata4j.format.json
 

Constructors in org.odata4j.format.json with parameters of type Settings
JsonEntryFormatParser(Settings settings)
           
JsonFeedFormatParser(Settings settings)
           
JsonFormatParser(Settings settings)
           
 



http://odata4j.org