Class LoadViewResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.LoadViewResponseParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic LoadViewResponsefromJson(com.fasterxml.jackson.databind.JsonNode json) static LoadViewResponsestatic StringtoJson(LoadViewResponse response) static StringtoJson(LoadViewResponse response, boolean pretty) static voidtoJson(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
 
 -