Class JsonReader<T>
java.lang.Object
org.chenile.utils.stream.JsonReader<T>
- All Implemented Interfaces:
Iterable<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonReader(InputStream inputStream, Class<?> recordClass) JsonReader(Path path, Class<T> recordClass) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
objectMapper
ObjectMapper objectMapper -
list
-
-
Constructor Details
-
JsonReader
-
JsonReader
- Throws:
Exception
-
-
Method Details
-
iterator
-