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

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

Uses of JsonExtractionException in com.dropbox.client2
 

Methods in com.dropbox.client2 that throw JsonExtractionException
 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 JsonExtractionException in com.dropbox.client2.jsonextract
 

Methods in com.dropbox.client2.jsonextract that return JsonExtractionException
 JsonExtractionException JsonThing.unexpected()
           
 

Methods in com.dropbox.client2.jsonextract that throw JsonExtractionException
 boolean JsonThing.expectBoolean()
           
 long JsonThing.expectInt64()
           
 void JsonList.expectLength(int length)
           
 JsonList JsonThing.expectList()
           
 JsonMap JsonThing.expectMap()
           
 void JsonThing.expectNull()
           
 Number JsonThing.expectNumber()
           
 String JsonThing.expectString()
           
 String JsonThing.expectStringOrNull()
           
<T> ArrayList<T>
JsonList.extract(JsonExtractor<T> elementExtractor)
           
 T JsonThing.OptionalExtractor.extract(JsonThing jt)
           
abstract  T JsonExtractor.extract(JsonThing jt)
           
 List<T> JsonList.Extractor.extract(JsonThing jt)
           
 JsonThing JsonList.get(int index)
           
 JsonThing JsonMap.get(String fieldName)
           
<T> T
JsonThing.optionalExtract(JsonExtractor<T> extractor)
           
 



Copyright © 2012. All Rights Reserved.