Package com.dslplatform.json
Class JsonReader.WithReader<T>
- java.lang.Object
-
- com.dslplatform.json.JsonReader.WithReader<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- JsonReader<TContext>
private static class JsonReader.WithReader<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description private booleanhasNextprivate JsonReaderjsonprivate JsonReader.ReadObject<T>reader
-
Constructor Summary
Constructors Constructor Description WithReader(JsonReader.ReadObject<T> reader, JsonReader json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()
-
-
-
Field Detail
-
reader
private final JsonReader.ReadObject<T> reader
-
json
private final JsonReader json
-
hasNext
private boolean hasNext
-
-
Constructor Detail
-
WithReader
WithReader(JsonReader.ReadObject<T> reader, JsonReader json)
-
-