public abstract class JsonStatusReporter extends Object implements StatusReporter
Constructor and Description |
---|
JsonStatusReporter() |
Modifier and Type | Method and Description |
---|---|
com.google.common.net.MediaType |
getMediaType() |
abstract com.fasterxml.jackson.databind.JsonNode |
getReport() |
void |
report(StatusContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public final com.google.common.net.MediaType getMediaType()
getMediaType
in interface StatusReporter
public final void report(StatusContext context) throws IOException
report
in interface StatusReporter
IOException
public abstract com.fasterxml.jackson.databind.JsonNode getReport()