org.jclouds.rest.annotations
Annotation Type MapBinder


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface MapBinder

Designates that this parameter will hold the payload for a PUT or POST command.

Author:
Adrian Cole

Required Element Summary
 Class<? extends MapBinder> value
          How to bind PayloadParam values, if there is no MapBinder in the method definition
 

Element Detail

value

public abstract Class<? extends MapBinder> value
How to bind PayloadParam values, if there is no MapBinder in the method definition



Copyright © 2009-2011 jclouds. All Rights Reserved.