Package org.jclouds.elasticstack.binders
Class BindServerToPlainTextString
- java.lang.Object
 - 
- org.jclouds.elasticstack.binders.BindServerToPlainTextString
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BindServerToPlainTextString(com.google.common.base.Function<Server,Map<String,String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object payload) 
 - 
 
- 
- 
Constructor Detail
- 
BindServerToPlainTextString
@Inject public BindServerToPlainTextString(com.google.common.base.Function<Server,Map<String,String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
 
 - 
 
- 
Method Detail
- 
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object payload)
- Specified by:
 bindToRequestin interfaceBinder
 
 - 
 
 -