| Package | Description |
|---|---|
| org.jboss.aerogear.android.impl.pipeline | |
| org.jboss.aerogear.android.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonResponseParser<T> |
| Modifier and Type | Method and Description |
|---|---|
ResponseParser<T> |
LoaderAdapter.getResponseParser() |
ResponseParser |
PipeConfig.getResponseParser()
A ResponseParser is responsible for parsing a String value of the
response from a remote source into a object instance.
|
ResponseParser<T> |
RestAdapter.getResponseParser() |
ResponseParser<T> |
SupportLoaderAdapter.getResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeConfig.setResponseParser(ResponseParser responseParser)
A ResponseParser is responsible for parsing a String value of the
response from a remote source into a object instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseParser<T> |
Pipe.getResponseParser()
The
ResponseParser is responsible for turning responses from a SAVE into an object |
Copyright © 2014 JBoss by Red Hat. All rights reserved.