Package org.jclouds.rest.annotations
Annotation Type Transform
-
@Target(METHOD) @Retention(RUNTIME) public @interface Transform
Shows the transformer type used to parse the first result of the HttpResponse
-
-
Element Detail
-
value
Class<? extends com.google.common.base.Function<?,?>> value
-
-