Class ContextMapJsonAttributeConverter
java.lang.Object
org.apache.logging.log4j.core.appender.db.jpa.converter.ContextMapJsonAttributeConverter
public class ContextMapJsonAttributeConverter
extends Object
implements javax.persistence.AttributeConverter<Map<String,String>,String>
A JPA 2.1 attribute converter for
Map<String, String>
s in
LogEvent
s. This converter is capable of converting both to and from
String
s.
In addition to other optional dependencies required by the JPA appender, this converter requires the Jackson Data
Processor.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContextMapJsonAttributeConverter
public ContextMapJsonAttributeConverter()
-
-
Method Details