Package org.jclouds.elasticstack.binders
Class BindServerToPlainTextString
java.lang.Object
org.jclouds.elasticstack.binders.BindServerToPlainTextString
- All Implemented Interfaces:
Binder
-
Constructor Summary
ConstructorsConstructorDescriptionBindServerToPlainTextString
(com.google.common.base.Function<Server, Map<String, String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines) -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object payload)
-
Constructor Details
-
BindServerToPlainTextString
@Inject public BindServerToPlainTextString(com.google.common.base.Function<Server, Map<String, String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-