org.odata4j.format
Class FormatParserFactory.AtomParsers
java.lang.Object
org.odata4j.format.FormatParserFactory.AtomParsers
- Enclosing class:
- FormatParserFactory
public static class FormatParserFactory.AtomParsers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatParserFactory.AtomParsers
public FormatParserFactory.AtomParsers()
getCollectionFormatParser
public FormatParser<OCollection<? extends OObject>> getCollectionFormatParser(Settings settings)
getComplexObjectFormatParser
public FormatParser<OComplexObject> getComplexObjectFormatParser(Settings settings)
getEntryFormatParser
public FormatParser<Entry> getEntryFormatParser(Settings settings)
getErrorFormatParser
public FormatParser<OError> getErrorFormatParser(Settings settings)
getFeedFormatParser
public FormatParser<Feed> getFeedFormatParser(Settings settings)
getSimpleObjectFormatParser
public FormatParser<OSimpleObject<?>> getSimpleObjectFormatParser(Settings settings)
getSingleLinkFormatParser
public FormatParser<SingleLink> getSingleLinkFormatParser(Settings settings)
http://odata4j.org