public class MapConverter extends Object implements JolokiaConverter
| Constructor and Description |
|---|
MapConverter(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(String propertyName,
Boolean value) |
void |
convert(String propertyName,
org.json.simple.JSONObject jsonObject) |
void |
convert(String propertyName,
Object object) |
void |
convert(String propertyName,
String value) |
<T extends Number> |
convert(String propertyName,
T number) |
protected Map<String,Object> |
getProperties() |
public void convert(String propertyName, Object object)
convert in interface JolokiaConverterpublic void convert(String propertyName, org.json.simple.JSONObject jsonObject)
convert in interface JolokiaConverterThis documentation was released into the public domain.