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