public class MapFunctionJsonConverter extends Object implements PropertyConverter<MapFunction,org.json.JSONObject>
| Constructor and Description | 
|---|
MapFunctionJsonConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canConvert(Class<MapFunction> type)  | 
org.json.JSONObject | 
convert(MapFunction mapFunction)  | 
public org.json.JSONObject convert(MapFunction mapFunction)
convert in interface Converter<MapFunction,org.json.JSONObject>public boolean canConvert(Class<MapFunction> type)
canConvert in interface Converter<MapFunction,org.json.JSONObject>Copyright © 2021. All rights reserved.