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>valueHow to bindPayloadParamvalues, if there is noMapBinderin the method definition
-
-
-
Element Detail
-
value
Class<? extends MapBinder> value
How to bindPayloadParamvalues, if there is noMapBinderin the method definition
-
-