com.dropbox.client2.jsonextract
Class JsonExtractor<T>

java.lang.Object
  extended by com.dropbox.client2.jsonextract.JsonExtractor<T>
Direct Known Subclasses:
DropboxAPI.DeltaEntry.JsonExtractor, JsonList.Extractor, JsonThing.OptionalExtractor

public abstract class JsonExtractor<T>
extends java.lang.Object


Constructor Summary
JsonExtractor()
           
 
Method Summary
abstract  T extract(JsonThing jt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonExtractor

public JsonExtractor()
Method Detail

extract

public abstract T extract(JsonThing jt)
                   throws JsonExtractionException
Throws:
JsonExtractionException