Class MapEntry
- java.lang.Object
-
- org.apache.logging.log4j.core.jackson.MapEntry
-
public final class MapEntry extends Object
Consider this class private.
Used to represent map entries in a generic fashion because the default Jackson behavior uses the key as the element tag. Using the key as an element/property name would mean that you cannot have a generic JSON/XML schema for all log event.