public class RestResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected Radio |
radio |
| 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) |
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
@Inject protected Radio radio
Copyright © 2014. All Rights Reserved.