Class LoadViewResponseParser
- java.lang.Object
-
- org.apache.iceberg.rest.responses.LoadViewResponseParser
-
public class LoadViewResponseParser extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoadViewResponse
fromJson(com.fasterxml.jackson.databind.JsonNode json)
static LoadViewResponse
fromJson(java.lang.String json)
static java.lang.String
toJson(LoadViewResponse response)
static java.lang.String
toJson(LoadViewResponse response, boolean pretty)
static void
toJson(LoadViewResponse response, com.fasterxml.jackson.core.JsonGenerator gen)
-
-
-
Method Detail
-
toJson
public static java.lang.String toJson(LoadViewResponse response)
-
toJson
public static java.lang.String toJson(LoadViewResponse response, boolean pretty)
-
toJson
public static void toJson(LoadViewResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws java.io.IOException
- Throws:
java.io.IOException
-
fromJson
public static LoadViewResponse fromJson(java.lang.String json)
-
fromJson
public static LoadViewResponse fromJson(com.fasterxml.jackson.databind.JsonNode json)
-
-