Package com.google.refine.expr.util
Class JsonValueConverter
java.lang.Object
com.google.refine.expr.util.JsonValueConverter
Converts the a JSON value
- Author:
- antonin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectconvert(com.fasterxml.jackson.databind.JsonNode value) static ComparableconvertComparable(com.fasterxml.jackson.databind.JsonNode value)
-
Constructor Details
-
JsonValueConverter
public JsonValueConverter()
-
-
Method Details
-
convert
-
convertComparable
-