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