Uses of Interface
org.jclouds.json.Json

Packages that use Json
org.jclouds.cloudservers.binders   
org.jclouds.compute.config   
org.jclouds.elasticstack.compute.config   
org.jclouds.http.functions   
org.jclouds.json.config   
org.jclouds.json.internal   
org.jclouds.openstack.swift.functions   
org.jclouds.rest   
org.jclouds.rest.binders   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro.binder   
org.jclouds.rimuhosting.miro.functions   
org.jclouds.savvis.vpdc.config   
org.jclouds.softlayer.binders   
 

Uses of Json in org.jclouds.cloudservers.binders
 

Constructors in org.jclouds.cloudservers.binders with parameters of type Json
BindBackupScheduleToJsonPayload(Json jsonBinder)
           
 

Uses of Json in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config with parameters of type Json
 Map<OsFamily,Map<String,String>> BaseComputeServiceContextModule.provideOsVersionMap(ComputeServiceConstants.ReferenceData data, Json json)
           
 

Uses of Json in org.jclouds.elasticstack.compute.config
 

Methods in org.jclouds.elasticstack.compute.config with parameters of type Json
protected  Map<String,WellKnownImage> ElasticStackComputeServiceContextModule.provideImages(Json json, String providerName)
           
 

Uses of Json in org.jclouds.http.functions
 

Fields in org.jclouds.http.functions declared as Json
protected  Json ParseJson.json
           
 

Constructors in org.jclouds.http.functions with parameters of type Json
ParseJson(Json json, com.google.inject.TypeLiteral<T> type)
           
 

Uses of Json in org.jclouds.json.config
 

Constructors in org.jclouds.json.config with parameters of type Json
GsonModule.SerializePropertiesDefaults(Json json)
           
 

Uses of Json in org.jclouds.json.internal
 

Classes in org.jclouds.json.internal that implement Json
 class GsonWrapper
           
 

Uses of Json in org.jclouds.openstack.swift.functions
 

Constructors in org.jclouds.openstack.swift.functions with parameters of type Json
ParseObjectInfoListFromJsonResponse(Json json, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders)
           
 

Uses of Json in org.jclouds.rest
 

Methods in org.jclouds.rest that return Json
 Json Utils.getJson()
           
 Json Utils.json()
          #see #getJson
 

Uses of Json in org.jclouds.rest.binders
 

Fields in org.jclouds.rest.binders declared as Json
protected  Json BindToJsonPayload.jsonBinder
           
 

Constructors in org.jclouds.rest.binders with parameters of type Json
BindToJsonPayload(Json jsonBinder)
           
 

Uses of Json in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return Json
 Json UtilsImpl.getJson()
           
 Json UtilsImpl.json()
           
 

Constructors in org.jclouds.rest.internal with parameters of type Json
UtilsImpl(Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, Logger.LoggerFactory loggerFactory)
           
 

Uses of Json in org.jclouds.rimuhosting.miro.binder
 

Constructors in org.jclouds.rimuhosting.miro.binder with parameters of type Json
CreateServerOptions(Json jsonBinder)
           
RimuHostingJsonBinder(Json jsonBinder)
           
RimuHostingRebootJsonBinder(Json jsonBinder)
           
 

Uses of Json in org.jclouds.rimuhosting.miro.functions
 

Constructors in org.jclouds.rimuhosting.miro.functions with parameters of type Json
ParseRimuHostingException(Json json)
           
 

Uses of Json in org.jclouds.savvis.vpdc.config
 

Methods in org.jclouds.savvis.vpdc.config with parameters of type Json
protected  Set<CIMOperatingSystem> VPDCRestClientModule.provideOperatingSystems(Json json, String providerName)
           
 

Uses of Json in org.jclouds.softlayer.binders
 

Constructors in org.jclouds.softlayer.binders with parameters of type Json
ProductOrderToJson(Json json)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.