Class MapFunctionJsonConverter
- java.lang.Object
 - 
- org.opennms.netmgt.graph.provider.bsm.converter.MapFunctionJsonConverter
 
 
- 
- All Implemented Interfaces:
 Converter<MapFunction,org.json.JSONObject>,PropertyConverter<MapFunction,org.json.JSONObject>
public class MapFunctionJsonConverter extends Object implements PropertyConverter<MapFunction,org.json.JSONObject>
 
- 
- 
Constructor Summary
Constructors Constructor Description MapFunctionJsonConverter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(Class<MapFunction> type)org.json.JSONObjectconvert(MapFunction mapFunction) 
 - 
 
- 
- 
Method Detail
- 
convert
public org.json.JSONObject convert(MapFunction mapFunction)
- Specified by:
 convertin interfaceConverter<MapFunction,org.json.JSONObject>
 
- 
canConvert
public boolean canConvert(Class<MapFunction> type)
- Specified by:
 canConvertin interfaceConverter<MapFunction,org.json.JSONObject>
 
 - 
 
 -