|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.jsonextract.JsonExtractor<T>
com.dropbox.client2.jsonextract.JsonThing.OptionalExtractor<T>
public static final class JsonThing.OptionalExtractor<T>
Field Summary | |
---|---|
JsonExtractor<T> |
elementExtractor
|
Constructor Summary | |
---|---|
JsonThing.OptionalExtractor(JsonExtractor<T> elementExtractor)
|
Method Summary | |
---|---|
T |
extract(JsonThing jt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final JsonExtractor<T> elementExtractor
Constructor Detail |
---|
public JsonThing.OptionalExtractor(JsonExtractor<T> elementExtractor)
Method Detail |
---|
public T extract(JsonThing jt) throws JsonExtractionException
extract
in class JsonExtractor<T>
JsonExtractionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |