org.jclouds.vcloud.director.v1_5.binders
Class BindStringAsMetadataValue

java.lang.Object
  extended by org.jclouds.rest.binders.BindToXMLPayload
      extended by org.jclouds.vcloud.director.v1_5.binders.BindStringAsMetadataValue
All Implemented Interfaces:
org.jclouds.rest.Binder

@Singleton
public class BindStringAsMetadataValue
extends org.jclouds.rest.binders.BindToXMLPayload

Changes a String to the crufty type


Nested Class Summary
static class BindStringAsMetadataValue.MetadataValue
           
 
Field Summary
 
Fields inherited from class org.jclouds.rest.binders.BindToXMLPayload
xmlParser
 
Constructor Summary
BindStringAsMetadataValue(org.jclouds.xml.XMLParser xmlParser)
           
 
Method Summary
<R extends org.jclouds.http.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

BindStringAsMetadataValue

@Inject
public BindStringAsMetadataValue(org.jclouds.xml.XMLParser xmlParser)
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object input)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder
Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToXMLPayload


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.