org.jclouds.openstack.nova.v2_0.functions.internal
Class ParseServers

java.lang.Object
  extended by org.jclouds.http.functions.ParseJson<org.jclouds.openstack.nova.v2_0.functions.internal.ParseServers.Servers>
      extended by org.jclouds.openstack.nova.v2_0.functions.internal.ParseServers
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,org.jclouds.openstack.nova.v2_0.functions.internal.ParseServers.Servers>

@Beta
@Singleton
public class ParseServers
extends org.jclouds.http.functions.ParseJson<org.jclouds.openstack.nova.v2_0.functions.internal.ParseServers.Servers>

boiler plate until we determine a better way


Nested Class Summary
static class ParseServers.ToPagedIterable
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.functions.ParseJson
json, logger, type
 
Constructor Summary
ParseServers(org.jclouds.json.Json json)
           
 
Method Summary
 
Methods inherited from class org.jclouds.http.functions.ParseJson
apply, apply, apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ParseServers

@Inject
public ParseServers(org.jclouds.json.Json json)


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