protected static class AbstractJsonPatternParser.ListWriter<Event> extends Object implements NodeWriter<Event>
| Constructor and Description |
|---|
ListWriter(List<NodeWriter<Event>> items) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.fasterxml.jackson.core.JsonGenerator generator,
Event event) |
public ListWriter(List<NodeWriter<Event>> items)
public void write(com.fasterxml.jackson.core.JsonGenerator generator,
Event event)
throws IOException
write in interface NodeWriter<Event>IOExceptionCopyright © 2018. All rights reserved.