Class ParseJson<T>

  • All Implemented Interfaces:
    com.google.common.base.Function<HttpResponse,​T>, Function<HttpResponse,​T>

    @Singleton
    public class ParseJson<T>
    extends Object
    implements com.google.common.base.Function<HttpResponse,​T>
    This object will parse the body of an HttpResponse and return the result of type back to the caller.