| Package | Description |
|---|---|
| org.jboss.aerogear.android.pipe | |
| org.jboss.aerogear.android.pipe.loader | |
| org.jboss.aerogear.android.pipe.rest | |
| org.jboss.aerogear.android.pipe.rest.gson |
| Modifier and Type | Method and Description |
|---|---|
ResponseParser<T> |
Pipe.getResponseParser()
The
ResponseParser is responsible for turning responses from a SAVE into an object |
| Modifier and Type | Method and Description |
|---|---|
abstract CONFIGURATION |
PipeConfiguration.responseParser(ResponseParser responseParser)
Response Parsers turn service responses into Objects for the Pipe.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseParser<T> |
LoaderAdapter.getResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
ResponseParser<T> |
RestAdapter.getResponseParser() |
ResponseParser |
RestfulPipeConfiguration.getResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
RestfulPipeConfiguration |
RestfulPipeConfiguration.responseParser(ResponseParser responseParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
GsonResponseParser<T> |
Copyright © 2016 JBoss by Red Hat. All rights reserved.