Class EscapeNonAsciiJsonFactoryDecorator

java.lang.Object
net.logstash.logback.decorate.EscapeNonAsciiJsonFactoryDecorator
All Implemented Interfaces:
JsonFactoryDecorator

public class EscapeNonAsciiJsonFactoryDecorator extends Object implements JsonFactoryDecorator
Enables the JsonGenerator.Feature.ESCAPE_NON_ASCII feature on the JsonFactory. Prior to 5.0, JsonGenerator.Feature.ESCAPE_NON_ASCII was enabled by default. In 5.0, the feature is disabled by default, and can be re-enabled with this decorator.