Package | Description |
---|---|
com.dropbox.core | |
com.dropbox.core.json | |
com.dropbox.core.util |
Modifier and Type | Field and Description |
---|---|
Collector<DbxDeltaC.Entry<MD>,C> |
DbxDeltaC.Reader.entryCollector |
Modifier and Type | Method and Description |
---|---|
static <C> DbxEntry.WithChildrenC<C> |
DbxEntry.extract(com.fasterxml.jackson.core.JsonParser parser,
Collector<DbxEntry,? extends C> collector) |
static <C,MD extends DbxDataObject> |
DbxDeltaC.Reader.extract(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
<C> DbxDeltaC<C,DbxEntry> |
DbxClient.getDeltaC(String cursor,
Collector<DbxDeltaC.Entry<DbxEntry>,C> collector)
This is a more generic version of
DbxClient.getDelta(java.lang.String) . |
<C> DbxEntry.WithChildrenC<C> |
DbxClient.getMetadataWithChildrenC(String path,
Collector<DbxEntry,? extends C> collector)
Same as
DbxClient.getMetadataWithChildren(java.lang.String) except instead of always returning a list of
DbxEntry objects, you specify a Collector that processes the DbxEntry
objects one by one and aggregates them however you want. |
<C> Maybe<DbxEntry.WithChildrenC<C>> |
DbxClient.getMetadataWithChildrenIfChangedC(String path,
String previousFolderHash,
Collector<DbxEntry,? extends C> collector)
Same as
DbxClient.getMetadataWithChildrenIfChanged(java.lang.String, java.lang.String) except instead of always returning a list of
DbxEntry objects, you specify a Collector that processes the DbxEntry
objects one by one and aggregates them however you want. |
Constructor and Description |
---|
DbxDeltaC.Reader(JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
DbxEntry.WithChildrenC.Reader(Collector<DbxEntry,? extends C> collector) |
Modifier and Type | Field and Description |
---|---|
Collector<T,? extends L> |
JsonArrayReader.collector |
Modifier and Type | Method and Description |
---|---|
static <T,L> L |
JsonArrayReader.extract(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector,
com.fasterxml.jackson.core.JsonParser parser) |
static <T,L> JsonArrayReader<T,L> |
JsonArrayReader.mk(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector) |
Constructor and Description |
---|
JsonArrayReader(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector) |
Modifier and Type | Class and Description |
---|---|
static class |
Collector.ArrayListCollector<E> |
Copyright © 2013. All rights reserved.