Class JsonValueConverter

java.lang.Object
com.google.refine.expr.util.JsonValueConverter

public class JsonValueConverter extends Object
Converts the a JSON value
Author:
antonin
  • Constructor Details

    • JsonValueConverter

      public JsonValueConverter()
  • Method Details

    • convert

      public static Object convert(com.fasterxml.jackson.databind.JsonNode value)
    • convertComparable

      public static Comparable convertComparable(com.fasterxml.jackson.databind.JsonNode value)