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

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

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


Field Summary
 JsonExtractor<T> elementExtractor
           
 
Constructor Summary
JsonList.Extractor(JsonExtractor<T> elementExtractor)
           
 
Method Summary
 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 List<T> extract(JsonThing jt)
                throws JsonExtractionException
Specified by:
extract in class JsonExtractor<List<T>>
Throws:
JsonExtractionException


Copyright © 2012. All Rights Reserved.