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