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