Uses of Interface
org.jclouds.json.Json

Packages that use Json
org.jclouds.http.functions   
org.jclouds.json.config   
org.jclouds.json.internal   
org.jclouds.rest   
org.jclouds.rest.binders   
org.jclouds.rest.internal   
 

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.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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.