public class RequestStatusURIParser<T extends Trackable> extends ParseJson<T>
Modifier and Type | Field and Description |
---|---|
protected URI |
requestStatusURI |
Modifier | Constructor and Description |
---|---|
protected |
RequestStatusURIParser(Json json,
com.google.inject.TypeLiteral<T> type,
ParseRequestStatusURI parseRequestStatusURI) |
Modifier and Type | Method and Description |
---|---|
T |
apply(HttpResponse from)
parses the http response body to create a new
<T> . |
protected URI requestStatusURI
protected RequestStatusURIParser(Json json, com.google.inject.TypeLiteral<T> type, ParseRequestStatusURI parseRequestStatusURI)
public T apply(HttpResponse from)
ParseJson
<T>
.Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.