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