Package com.dropbox.core.v1
Class DbxDelta.Reader<MD extends Dumpable>
For JSON parsing.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.dropbox.core.json.JsonReader
JsonReader.FieldMapping, JsonReader.FileLoadException -
Field Summary
FieldsFields inherited from class com.dropbox.core.json.JsonReader
BinaryReader, BooleanReader, Float32Reader, Float64Reader, Int32Reader, Int64Reader, StringReader, UInt32Reader, UInt64Reader, UnsignedLongReader, VoidReader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dropbox.core.json.JsonReader
expectArrayEnd, expectArrayStart, expectObjectEnd, expectObjectStart, isArrayEnd, isArrayStart, nextToken, readBoolean, readDouble, readEnum, readField, readFields, readFromFile, readFromFile, readFromTags, readFully, readFully, readFully, readFully, readOptional, readTags, readUnsignedLong, readUnsignedLongField, skipValue, validate
-
Field Details
-
metadataReader
-
-
Constructor Details
-
Reader
-
-
Method Details
-
read
public DbxDelta<MD> read(com.fasterxml.jackson.core.JsonParser parser) throws IOException, JsonReadException - Specified by:
readin classJsonReader<DbxDelta<MD extends Dumpable>>- Throws:
IOExceptionJsonReadException
-
read
public static <MD extends Dumpable> DbxDelta<MD> read(com.fasterxml.jackson.core.JsonParser parser, JsonReader<MD> metadataReader) throws IOException, JsonReadException - Throws:
IOExceptionJsonReadException
-