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 LoadViewResponsefromJson(com.fasterxml.jackson.databind.JsonNode json)static LoadViewResponsefromJson(java.lang.String json)static java.lang.StringtoJson(LoadViewResponse response)static java.lang.StringtoJson(LoadViewResponse response, boolean pretty)static voidtoJson(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)
-
-