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, waitgetNamepublic final com.google.common.net.MediaType getMediaType()
getMediaType in interface StatusReporterpublic final void report(StatusContext context) throws IOException
report in interface StatusReporterIOExceptionpublic abstract com.fasterxml.jackson.databind.JsonNode getReport()