org.odata4j.format
Class FormatParserFactory

java.lang.Object
  extended by org.odata4j.format.FormatParserFactory

public class FormatParserFactory
extends Object


Nested Class Summary
static class FormatParserFactory.AtomParsers
           
static class FormatParserFactory.JsonParsers
           
 
Method Summary
static
<T> FormatParser<T>
getParser(Class<T> targetType, FormatType type, Settings settings)
           
static
<T> FormatParser<T>
getParser(Class<T> targetType, MediaType contentType, Settings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParser

public static <T> FormatParser<T> getParser(Class<T> targetType,
                                            FormatType type,
                                            Settings settings)

getParser

public static <T> FormatParser<T> getParser(Class<T> targetType,
                                            MediaType contentType,
                                            Settings settings)


http://odata4j.org