Uses of Class
org.jclouds.domain.JsonBall

Packages that use JsonBall
org.jclouds.cloudstack.functions   
org.jclouds.joyent.cloudapi.v6_5.domain   
org.jclouds.json.config   
org.jclouds.snia.cdmi.v1.domain   
 

Uses of JsonBall in org.jclouds.cloudstack.functions
 

Method parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBall
 AsyncJob<?> ParseTypedAsyncJob.apply(AsyncJob<Map<String,JsonBall>> toParse)
           
 

Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBall
ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, UnwrapOnlyJsonValue<AsyncJob<Map<String,JsonBall>>> parser)
           
 

Uses of JsonBall in org.jclouds.joyent.cloudapi.v6_5.domain
 

Method parameters in org.jclouds.joyent.cloudapi.v6_5.domain with type arguments of type JsonBall
 Machine.Builder Machine.Builder.metadata(Map<String,JsonBall> metadata)
           
 

Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.domain with type arguments of type JsonBall
Machine(String id, String name, Type type, Machine.State state, String dataset, int memorySizeMb, int diskSizeGb, Set<String> ips, Date created, Date updated, Map<String,JsonBall> metadata)
           
 

Uses of JsonBall in org.jclouds.json.config
 

Methods in org.jclouds.json.config that return JsonBall
protected  JsonBall GsonModule.NullHackJsonBallAdapter.createJsonLiteralFromRawJson(String json)
           
 

Methods in org.jclouds.json.config that return types with arguments of type JsonBall
protected  com.google.gson.TypeAdapter<JsonBall> GsonModule.provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter in)
           
 

Uses of JsonBall in org.jclouds.snia.cdmi.v1.domain
 

Methods in org.jclouds.snia.cdmi.v1.domain that return types with arguments of type JsonBall
 Map<String,JsonBall> CDMIObject.getMetadata()
          Metadata for the CDMI object.
 

Method parameters in org.jclouds.snia.cdmi.v1.domain with type arguments of type JsonBall
 B CDMIObject.Builder.metadata(Map<String,JsonBall> metadata)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.