Class LoadViewResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.LoadViewResponseParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic LoadViewResponse
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static LoadViewResponse
static String
toJson
(LoadViewResponse response) static String
toJson
(LoadViewResponse response, boolean pretty) static void
toJson
(LoadViewResponse response, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
public static void toJson(LoadViewResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-
fromJson
-
fromJson
-