public interface ResponseParser<T>
| Modifier and Type | Method and Description |
|---|---|
MarshallingConfig |
getMarshallingConfig()
The marshalling config sets options for reading and processing data
|
T[] |
handleArrayResponse(String response,
Class<T[]> responseType)
Deprecated.
|
List<T> |
handleResponse(HeaderAndBody response,
Class<T> responseType) |
T |
handleResponse(String response,
Class<T> responseType)
Deprecated.
|
@Deprecated T handleResponse(String response, Class<T> responseType)
handleResponse(org.jboss.aerogear.android.http.HeaderAndBody, java.lang.Class) insteadresponse - the data from the serverresponseType - the type to marshal to@Deprecated T[] handleArrayResponse(String response, Class<T[]> responseType)
handleResponse(org.jboss.aerogear.android.http.HeaderAndBody, java.lang.Class) insteadresponse - the data from the serverresponseType - the type to marshal toList<T> handleResponse(HeaderAndBody response, Class<T> responseType)
MarshallingConfig getMarshallingConfig()
Copyright © 2014 JBoss by Red Hat. All rights reserved.