Class SimpleObjectJsonGeneratorDelegate

java.lang.Object
tools.jackson.core.JsonGenerator
tools.jackson.core.util.JsonGeneratorDelegate
net.logstash.logback.util.SimpleObjectJsonGeneratorDelegate
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, Versioned

public class SimpleObjectJsonGeneratorDelegate extends JsonGeneratorDelegate
JsonGenerator with an optimized implementation of the writePOJO(Object) method that tries to call appropriate write method for the given untyped Object and delegates to the underlying generator as fallback.