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 |
---|---|
<C> DbxDeltaC<C> |
DbxClient.getDeltaC(Collector<DbxDeltaC.Entry<DbxEntry>,C> collector,
String cursor)
A more generic version of
DbxClient.getDelta(java.lang.String) . |
<C> DbxDeltaC<C> |
DbxClient.getDeltaCWithPathPrefix(Collector<DbxDeltaC.Entry<DbxEntry>,C> collector,
String cursor,
String pathPrefix)
A more generic version of
DbxClient.getDeltaWithPathPrefix(java.lang.String, 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. |
static <C> DbxEntry.WithChildrenC<C> |
DbxEntry.read(com.fasterxml.jackson.core.JsonParser parser,
Collector<DbxEntry,? extends C> collector) |
static <C,MD extends Dumpable> |
DbxDeltaC.Reader.read(com.fasterxml.jackson.core.JsonParser parser,
JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
static <C> DbxEntry.WithChildrenC<C> |
DbxEntry.readMaybeDeleted(com.fasterxml.jackson.core.JsonParser parser,
Collector<DbxEntry,? extends C> collector) |
Constructor and Description |
---|
DbxDeltaC.Reader(JsonReader<MD> metadataReader,
Collector<DbxDeltaC.Entry<MD>,C> entryCollector) |
DbxEntry.WithChildrenC.Reader(Collector<DbxEntry,? extends C> collector) |
DbxEntry.WithChildrenC.ReaderMaybeDeleted(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> JsonArrayReader<T,L> |
JsonArrayReader.mk(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector) |
static <T,L> L |
JsonArrayReader.read(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector,
com.fasterxml.jackson.core.JsonParser parser) |
Constructor and Description |
---|
JsonArrayReader(JsonReader<? extends T> elementReader,
Collector<T,? extends L> collector) |
Modifier and Type | Class and Description |
---|---|
static class |
Collector.ArrayListCollector<E> |
static class |
Collector.NullSkipper<E,L> |
Modifier and Type | Method and Description |
---|---|
static <E,L> Collector<E,L> |
Collector.NullSkipper.mk(Collector<E,L> underlying) |
Modifier and Type | Method and Description |
---|---|
static <E,L> Collector<E,L> |
Collector.NullSkipper.mk(Collector<E,L> underlying) |
Constructor and Description |
---|
Collector.NullSkipper(Collector<E,L> underlying) |
Copyright © 2014. All rights reserved.