Class Log4jXmlObjectMapper.SanitizingWriter

java.lang.Object
org.codehaus.stax2.util.StreamWriterDelegate
org.codehaus.stax2.util.StreamWriter2Delegate
org.apache.logging.log4j.core.jackson.Log4jXmlObjectMapper.SanitizingWriter
All Implemented Interfaces:
XMLStreamWriter, org.codehaus.stax2.typed.TypedXMLStreamWriter, org.codehaus.stax2.validation.Validatable, org.codehaus.stax2.XMLStreamWriter2
Enclosing class:
Log4jXmlObjectMapper

private static final class Log4jXmlObjectMapper.SanitizingWriter extends org.codehaus.stax2.util.StreamWriter2Delegate
Writer that sanitizes text to be valid XML 1.0 by replacing disallowed code points with the replacement character (U+FFFD).