Class SingleValueParser

java.lang.Object
org.apache.iceberg.SingleValueParser

public class SingleValueParser extends Object
  • Method Details

    • fromJson

      public static Object fromJson(Type type, com.fasterxml.jackson.databind.JsonNode defaultValue)
    • fromJson

      public static Object fromJson(Type type, String defaultValue)
    • toJson

      public static String toJson(Type type, Object defaultValue)
    • toJson

      public static String toJson(Type type, Object defaultValue, boolean pretty)
    • toJson

      public static void toJson(Type type, Object defaultValue, com.fasterxml.jackson.core.JsonGenerator generator) throws IOException
      Throws:
      IOException