public class NdjsonToMessageIterable extends Object implements Iterable<Messages.Envelope>
Iterable<Messages.Envelope> object.
Tests can then use a new ArrayList<Messages.Envelope> which implements the same interface.| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.util.JsonFormat.Parser |
JSON_PARSER |
| Constructor and Description |
|---|
NdjsonToMessageIterable(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Messages.Envelope> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NdjsonToMessageIterable(InputStream input)
public Iterator<Messages.Envelope> iterator()
iterator in interface Iterable<Messages.Envelope>Copyright © 2020. All rights reserved.