public class UnmarshalResponseBody<T> extends java.lang.Object implements com.google.common.base.Function<com.ning.http.client.Response,T>
UnmarshalResponseBody(com.thoughtworks.xstream.XStream xstream)
T
apply(com.ning.http.client.Response response)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public UnmarshalResponseBody(com.thoughtworks.xstream.XStream xstream)
public T apply(com.ning.http.client.Response response)
apply
com.google.common.base.Function<com.ning.http.client.Response,T>