Package com.dropbox.core.v1
Class DbxEntry.WithChildrenC.ReaderMaybeDeleted<C>
java.lang.Object
com.dropbox.core.json.JsonReader<DbxEntry.WithChildrenC<C>>
com.dropbox.core.v1.DbxEntry.WithChildrenC.ReaderMaybeDeleted<C>
- Enclosing class:
DbxEntry.WithChildrenC<C>
public static class DbxEntry.WithChildrenC.ReaderMaybeDeleted<C>
extends JsonReader<DbxEntry.WithChildrenC<C>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.dropbox.core.json.JsonReader
JsonReader.FieldMapping, JsonReader.FileLoadException -
Field Summary
Fields inherited from class com.dropbox.core.json.JsonReader
BinaryReader, BooleanReader, Float32Reader, Float64Reader, Int32Reader, Int64Reader, StringReader, UInt32Reader, UInt64Reader, UnsignedLongReader, VoidReader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DbxEntry.WithChildrenC<C> read(com.fasterxml.jackson.core.JsonParser parser) 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
-
Constructor Details
-
ReaderMaybeDeleted
-
-
Method Details
-
read
public final DbxEntry.WithChildrenC<C> read(com.fasterxml.jackson.core.JsonParser parser) throws IOException, JsonReadException - Specified by:
readin classJsonReader<DbxEntry.WithChildrenC<C>>- Throws:
IOExceptionJsonReadException
-