public class RestResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Modifier | Constructor and Description |
|---|---|
protected |
RestResource() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
buildHistogramMap(com.codahale.metrics.Histogram h) |
protected Map<String,Object> |
buildMeterMap(com.codahale.metrics.Meter m) |
protected Map<String,Object> |
buildTimerMap(com.codahale.metrics.Timer t) |
protected Map<String,Long> |
bytesToValueMap(long bytes) |
protected String |
json(Object x) |
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.