Uses of Interface
org.jclouds.json.Json
-
Packages that use Json Package Description org.jclouds.http.functions 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 Modifier and Type Field Description protected JsonParseJson. jsonConstructors in org.jclouds.http.functions with parameters of type Json Constructor Description ParseJson(Json json, com.google.inject.TypeLiteral<T> type) -
Uses of Json in org.jclouds.json.internal
Classes in org.jclouds.json.internal that implement Json Modifier and Type Class Description classGsonWrapper -
Uses of Json in org.jclouds.rest
Methods in org.jclouds.rest that return Json Modifier and Type Method Description JsonUtils. json() -
Uses of Json in org.jclouds.rest.binders
Fields in org.jclouds.rest.binders declared as Json Modifier and Type Field Description protected JsonBindToJsonPayload. jsonBinderConstructors in org.jclouds.rest.binders with parameters of type Json Constructor Description BindToJsonPayload(Json jsonBinder) -
Uses of Json in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return Json Modifier and Type Method Description JsonUtilsImpl. json()Constructors in org.jclouds.rest.internal with parameters of type Json Constructor Description UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
-