Annotation Interface ResponseParser


@Target(METHOD) @Retention(RUNTIME) public @interface ResponseParser
Shows the transformer type used to parse the HttpResponse
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends com.google.common.base.Function<HttpResponse,?>>
     
  • Element Details