@Singleton public class BindLaunchSpecificationToFormParams extends Object implements Binder, com.google.common.base.Function<LaunchSpecification,Map<String,String>>
Constructor and Description |
---|
BindLaunchSpecificationToFormParams() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
apply(LaunchSpecification launchSpec) |
<R extends HttpRequest> |
bindToRequest(R request,
Object input) |
public <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest
in interface Binder
public Map<String,String> apply(LaunchSpecification launchSpec)
apply
in interface com.google.common.base.Function<LaunchSpecification,Map<String,String>>
Copyright © 2009-2012 jclouds. All Rights Reserved.