Uses of Class
com.dropbox.client2.jsonextract.JsonThing

Packages that use JsonThing
com.dropbox.client2   
com.dropbox.client2.jsonextract   
 

Uses of JsonThing in com.dropbox.client2
 

Methods in com.dropbox.client2 with parameters of type JsonThing
 DropboxAPI.DeltaEntry<MD> DropboxAPI.DeltaEntry.JsonExtractor.extract(JsonThing j)
           
static
<MD> DropboxAPI.DeltaEntry<MD>
DropboxAPI.DeltaEntry.JsonExtractor.extract(JsonThing j, JsonExtractor<MD> mdExtractor)
           
static DropboxAPI.CreatedCopyRef DropboxAPI.CreatedCopyRef.extractFromJson(JsonThing j)
           
static
<MD> DropboxAPI.DeltaPage<MD>
DropboxAPI.DeltaPage.extractFromJson(JsonThing j, JsonExtractor<MD> entryExtractor)
           
 

Uses of JsonThing in com.dropbox.client2.jsonextract
 

Methods in com.dropbox.client2.jsonextract that return JsonThing
 JsonThing JsonList.get(int index)
           
 JsonThing JsonMap.get(String fieldName)
           
 JsonThing JsonMap.getMaybe(String fieldName)
           
 

Methods in com.dropbox.client2.jsonextract that return types with arguments of type JsonThing
 Iterator<JsonThing> JsonList.iterator()
           
 Iterator<Map.Entry<String,JsonThing>> JsonMap.iterator()
           
 

Methods in com.dropbox.client2.jsonextract with parameters of type JsonThing
 T JsonThing.OptionalExtractor.extract(JsonThing jt)
           
abstract  T JsonExtractor.extract(JsonThing jt)
           
 List<T> JsonList.Extractor.extract(JsonThing jt)
           
 



Copyright © 2012. All Rights Reserved.