Package org.jclouds.rest.annotations
Annotation Type MapBinder
-
@Target(METHOD) @Retention(RUNTIME) public @interface MapBinder
Designates that this parameter will hold the payload for a PUT or POST command.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends MapBinder>
value
How to bindPayloadParam
values, if there is noMapBinder
in the method definition
-
-
-
Element Detail
-
value
Class<? extends MapBinder> value
How to bindPayloadParam
values, if there is noMapBinder
in the method definition
-
-