org.apache.logging.log4j.core.appender.db.jpa.converter
Class ContextStackJsonAttributeConverter

java.lang.Object
  extended by org.apache.logging.log4j.core.appender.db.jpa.converter.ContextStackJsonAttributeConverter
All Implemented Interfaces:
AttributeConverter<org.apache.logging.log4j.ThreadContext.ContextStack,String>

public class ContextStackJsonAttributeConverter
extends Object
implements AttributeConverter<org.apache.logging.log4j.ThreadContext.ContextStack,String>

A JPA 2.1 attribute converter for ThreadContext.ContextStacks in LogEvents. This converter is capable of converting both to and from Strings. In addition to other optional dependencies required by the JPA appender, this converter requires the Jackson Data Processor.


Constructor Summary
ContextStackJsonAttributeConverter()
           
 
Method Summary
 String convertToDatabaseColumn(org.apache.logging.log4j.ThreadContext.ContextStack contextStack)
           
 org.apache.logging.log4j.ThreadContext.ContextStack convertToEntityAttribute(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextStackJsonAttributeConverter

public ContextStackJsonAttributeConverter()
Method Detail

convertToDatabaseColumn

public String convertToDatabaseColumn(org.apache.logging.log4j.ThreadContext.ContextStack contextStack)
Specified by:
convertToDatabaseColumn in interface AttributeConverter<org.apache.logging.log4j.ThreadContext.ContextStack,String>

convertToEntityAttribute

public org.apache.logging.log4j.ThreadContext.ContextStack convertToEntityAttribute(String s)
Specified by:
convertToEntityAttribute in interface AttributeConverter<org.apache.logging.log4j.ThreadContext.ContextStack,String>


Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.