com.dropbox.client2.jsonextract
Class JsonList.Extractor<T>

java.lang.Object
  extended by com.dropbox.client2.jsonextract.JsonExtractor<java.util.List<T>>
      extended by com.dropbox.client2.jsonextract.JsonList.Extractor<T>
Enclosing class:
JsonList

public static final class JsonList.Extractor<T>
extends JsonExtractor<java.util.List<T>>


Field Summary
 JsonExtractor<T> elementExtractor
           
 
Constructor Summary
JsonList.Extractor(JsonExtractor<T> elementExtractor)
           
 
Method Summary
 java.util.List<T> extract(JsonThing jt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementExtractor

public final JsonExtractor<T> elementExtractor
Constructor Detail

JsonList.Extractor

public JsonList.Extractor(JsonExtractor<T> elementExtractor)
Method Detail

extract

public java.util.List<T> extract(JsonThing jt)
                          throws JsonExtractionException
Specified by:
extract in class JsonExtractor<java.util.List<T>>
Throws:
JsonExtractionException