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<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 FormatParser in org.odata4j.format.json
 

Classes in org.odata4j.format.json that implement FormatParser
 class JsonCollectionFormatParser
          Parses an OCollection in JSON format.
 class JsonComplexObjectFormatParser
          Parser for OComplexObjects in JSON
 class JsonEntryFormatParser
           
 class JsonErrorFormatParser
           
 class JsonFeedFormatParser
           
 class JsonSimpleObjectFormatParser
          parses a response from a service operation that returns EdmSimpleType
 class JsonSingleLinkFormatParser
           
 

Methods in org.odata4j.format.json that return FormatParser
protected  FormatParser<? extends OObject> JsonCollectionFormatParser.createItemParser(EdmType edmType)
           
 

Uses of FormatParser in org.odata4j.format.xml
 

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



http://odata4j.org