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