org.jclouds.ec2.binders
Class BindGroupNamesToIndexedFormParams

java.lang.Object
  extended by org.jclouds.ec2.binders.BindGroupNamesToIndexedFormParams
All Implemented Interfaces:
Binder

@Singleton
public class BindGroupNamesToIndexedFormParams
extends Object
implements Binder

Binds the String [] to query parameters named with GroupName.index

Author:
Adrian Cole

Constructor Summary
BindGroupNamesToIndexedFormParams()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindGroupNamesToIndexedFormParams

public BindGroupNamesToIndexedFormParams()
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2012 jclouds. All Rights Reserved.