|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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<Entry> |
FormatParserFactory.JsonParsers.getEntryFormatParser(Settings settings)
|
|
FormatParser<Entry> |
FormatParserFactory.AtomParsers.getEntryFormatParser(Settings settings)
|
|
FormatParser<Feed> |
FormatParserFactory.JsonParsers.getFeedFormatParser(Settings settings)
|
|
FormatParser<Feed> |
FormatParserFactory.AtomParsers.getFeedFormatParser(Settings settings)
|
|
static
|
FormatParserFactory.getParser(Class<T> targetType,
FormatType type,
Settings settings)
|
|
static
|
FormatParserFactory.getParser(Class<T> targetType,
MediaType contentType,
Settings settings)
|
Uses of FormatParser in org.odata4j.format.json |
---|
Classes in org.odata4j.format.json that implement FormatParser | |
---|---|
class |
JsonEntryFormatParser
|
class |
JsonFeedFormatParser
|
Uses of FormatParser in org.odata4j.format.xml |
---|
Classes in org.odata4j.format.xml that implement FormatParser | |
---|---|
class |
AtomEntryFormatParser
|
class |
AtomFeedFormatParser
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |