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.JsonReaderJsonReader.FieldMapping, JsonReader.FileLoadException
 
- 
 - 
Field Summary- 
Fields inherited from class com.dropbox.core.json.JsonReaderBinaryReader, BooleanReader, Float32Reader, Float64Reader, Int32Reader, Int64Reader, StringReader, UInt32Reader, UInt64Reader, UnsignedLongReader, VoidReader
 
- 
 - 
Method SummaryAll 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.JsonReaderexpectArrayEnd, 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- 
readpublic final DbxEntry.WithChildrenC<C> read(com.fasterxml.jackson.core.JsonParser parser) throws java.io.IOException, JsonReadException - Specified by:
- readin class- JsonReader<DbxEntry.WithChildrenC<C>>
- Throws:
- java.io.IOException
- JsonReadException
 
 
- 
 
-