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.
MapEntry(String key, String value)
boolean
equals(Object obj)
String
getKey()
getValue()
int
hashCode()
void
setKey(String key)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString