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