Package com.dropbox.core.v1
Class DbxEntry.WithChildrenC.Reader<C>
- java.lang.Object
-
- com.dropbox.core.json.JsonReader<DbxEntry.WithChildrenC<C>>
-
- com.dropbox.core.v1.DbxEntry.WithChildrenC.Reader<C>
-
- Enclosing class:
- DbxEntry.WithChildrenC<C>
public static class DbxEntry.WithChildrenC.Reader<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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
read
public final DbxEntry.WithChildrenC<C> read(com.fasterxml.jackson.core.JsonParser parser) throws java.io.IOException, JsonReadException
- Specified by:
read
in classJsonReader<DbxEntry.WithChildrenC<C>>
- Throws:
java.io.IOException
JsonReadException
-
-