org.odata4j.format
Class FormatParserFactory.JsonParsers
java.lang.Object
org.odata4j.format.FormatParserFactory.JsonParsers
- Enclosing class:
- FormatParserFactory
public static class FormatParserFactory.JsonParsers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatParserFactory.JsonParsers
public FormatParserFactory.JsonParsers()
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