Package org.infinispan.cli.util
Class JsonReaderIterable
- java.lang.Object
-
- org.infinispan.cli.util.JsonReaderIterable
-
-
Constructor Summary
Constructors Constructor Description JsonReaderIterable(InputStream is)JsonReaderIterable(Reader r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map<String,String>>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
JsonReaderIterable
public JsonReaderIterable(InputStream is) throws IOException
- Throws:
IOException
-
JsonReaderIterable
public JsonReaderIterable(Reader r) throws IOException
- Throws:
IOException
-
-