Annotation Interface Transform


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

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

    • value

      Class<? extends com.google.common.base.Function<?,?>> value