Package com.dslplatform.json
Class JsonReader.WithReader<T>
java.lang.Object
com.dslplatform.json.JsonReader.WithReader<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
JsonReader<TContext>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final JsonReaderprivate final JsonReader.ReadObject<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
reader
-
json
-
hasNext
private boolean hasNext
-
-
Constructor Details
-
WithReader
WithReader(JsonReader.ReadObject<T> reader, JsonReader json)
-
-
Method Details