com.dropbox.client2.jsonextract
Class JsonList.Extractor<T>
java.lang.Object
com.dropbox.client2.jsonextract.JsonExtractor<List<T>>
com.dropbox.client2.jsonextract.JsonList.Extractor<T>
- Enclosing class:
- JsonList
public static final class JsonList.Extractor<T>
- extends JsonExtractor<List<T>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elementExtractor
public final JsonExtractor<T> elementExtractor
JsonList.Extractor
public JsonList.Extractor(JsonExtractor<T> elementExtractor)
extract
public List<T> extract(JsonThing jt)
throws JsonExtractionException
- Specified by:
extract in class JsonExtractor<List<T>>
- Throws:
JsonExtractionException
Copyright © 2012. All Rights Reserved.