Uses of Class
org.odata4j.format.Settings

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

Uses of Settings in org.odata4j.format
 

Methods in org.odata4j.format with parameters of type Settings
 FormatParser<OCollection<? extends OObject>> FormatParserFactory.JsonParsers.getCollectionFormatParser(Settings settings)
           
 FormatParser<OCollection<? extends OObject>> FormatParserFactory.AtomParsers.getCollectionFormatParser(Settings settings)
           
 FormatParser<OComplexObject> FormatParserFactory.JsonParsers.getComplexObjectFormatParser(Settings settings)
           
 FormatParser<OComplexObject> FormatParserFactory.AtomParsers.getComplexObjectFormatParser(Settings settings)
           
 FormatParser<Entry> FormatParserFactory.JsonParsers.getEntryFormatParser(Settings settings)
           
 FormatParser<Entry> FormatParserFactory.AtomParsers.getEntryFormatParser(Settings settings)
           
 FormatParser<OError> FormatParserFactory.JsonParsers.getErrorFormatParser(Settings settings)
           
 FormatParser<OError> FormatParserFactory.AtomParsers.getErrorFormatParser(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)
           
 FormatParser<OSimpleObject<?>> FormatParserFactory.JsonParsers.getSimpleObjectFormatParser(Settings settings)
           
 FormatParser<OSimpleObject<?>> FormatParserFactory.AtomParsers.getSimpleObjectFormatParser(Settings settings)
           
 FormatParser<SingleLink> FormatParserFactory.JsonParsers.getSingleLinkFormatParser(Settings settings)
           
 FormatParser<SingleLink> FormatParserFactory.AtomParsers.getSingleLinkFormatParser(Settings settings)
           
 

Uses of Settings in org.odata4j.format.json
 

Constructors in org.odata4j.format.json with parameters of type Settings
JsonCollectionFormatParser(Settings s)
           
JsonComplexObjectFormatParser(Settings s)
           
JsonEntryFormatParser(Settings settings)
           
JsonErrorFormatParser(Settings settings)
           
JsonFeedFormatParser(Settings settings)
           
JsonFormatParser(Settings settings)
           
JsonSimpleObjectFormatParser(Settings settings)
           
JsonSingleLinkFormatParser(Settings settings)
           
 

Uses of Settings in org.odata4j.format.xml
 

Constructors in org.odata4j.format.xml with parameters of type Settings
AtomSimpleObjectFormatParser(Settings settings)
           
 



http://odata4j.org