public class TransformerForRequest extends Object implements com.google.common.base.Function<HttpRequest,com.google.common.base.Function<HttpResponse,?>>
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<HttpResponse,?> |
apply(HttpRequest in) |
protected com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> |
getParserOrThrowException(Invocation invocation) |
com.google.common.base.Function<HttpResponse,?> |
getTransformerForMethod(Invocation invocation,
com.google.inject.Injector injector) |
public com.google.common.base.Function<HttpResponse,?> apply(HttpRequest in)
apply
in interface com.google.common.base.Function<HttpRequest,com.google.common.base.Function<HttpResponse,?>>
protected com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> getParserOrThrowException(Invocation invocation)
public com.google.common.base.Function<HttpResponse,?> getTransformerForMethod(Invocation invocation, com.google.inject.Injector injector)
Copyright © 2009-2013 jclouds. All Rights Reserved.