public abstract class JsonStatusReporter extends java.lang.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 java.io.IOException
report
in interface StatusReporter
java.io.IOException
public abstract com.fasterxml.jackson.databind.JsonNode getReport()